Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Oct 11, 2024
1 parent ab191e6 commit ccc34ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# rexios_lints requires a newer SDK
- name: Remove rexios_lints
run: |
sed -i '/^ rexios_lints: .*$/d' pubspec.yaml
sed -i '/^[[:space:]]*rexios_lints: \^.*$/d' pubspec.yaml
- name: Install dependencies
run: dart pub get
- name: Run tests
Expand Down

0 comments on commit ccc34ee

Please sign in to comment.