Skip to content

Commit

Permalink
fix: Removed testing from needs (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
internetova authored Feb 7, 2024
1 parent 36a5195 commit b17220b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b17220b

Please sign in to comment.