Skip to content

Commit

Permalink
Fix dart workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Jul 10, 2020
1 parent 01b3cfb commit 92ab07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Coverage
run: |
if ${{ matrix.package }} != "packages/riverpod/example"; then
if "${{ matrix.package }}" != "packages/riverpod/example"; then
dart pub run test_coverage
fi
working-directory: ${{ matrix.package }}
Expand Down

0 comments on commit 92ab07d

Please sign in to comment.