Skip to content

Commit

Permalink
ci: only upload codecov if flutter version is stable [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed May 11, 2024
1 parent 2229f70 commit 8c98f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rxdart-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ jobs:
run: melos run test-rxdart

- uses: codecov/codecov-action@v3.1.6
if: ${{ matrix.sdk == 'stable' }}

0 comments on commit 8c98f2f

Please sign in to comment.