Skip to content

Commit

Permalink
Don't enforce lockfile in matrix builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Sep 10, 2024
1 parent 1ea9b63 commit f3aa3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
${{ runner.OS }}-pub
- name: Install dependencies
run: dart pub get --enforce-lockfile
run: dart pub get

- name: Run tests
run: dart test

0 comments on commit f3aa3df

Please sign in to comment.