From b17220b32302a48d984405a95ec50f70ed057c4c Mon Sep 17 00:00:00 2001 From: Tatiana Sugina <39735343+internetova@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:11:46 +0300 Subject: [PATCH] fix: Removed testing from needs (#6) --- .github/workflows/publish_to_pub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_to_pub.yml b/.github/workflows/publish_to_pub.yml index 8a185e3..1723dfc 100644 --- a/.github/workflows/publish_to_pub.yml +++ b/.github/workflows/publish_to_pub.yml @@ -36,7 +36,7 @@ jobs: # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} package-publishing: - needs: [analysis, testing, get_fvm_version] + needs: [analysis, get_fvm_version] uses: surfstudio/flutter-ci-workflows/.github/workflows/publish_to_pub.yml@main with: flutter-version: ${{ needs.get_fvm_version.outputs.flutter_version }}