Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Feb 1, 2024
1 parent 34b869b commit 7a44fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
cd remix
dart pub remove mix
dart pub add 'mix:{"git":{"url":"https://github.com/conceptadev/mix","ref":"main"}}'
dart pub add 'mix:{"git":{"url":"https://github.com/conceptadev/mix","ref":github.ref_name}}'
- name: Verify if there are any undefined symbols
id: undefined_symbols
run: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
cd remix
dart pub remove mix
dart pub add 'mix:{"git":{"url":"https://github.com/conceptadev/mix","ref":"main"}}'
dart pub add 'mix:{"git":{"url":"https://github.com/conceptadev/mix","ref":github.ref_name}}'
- run: cd remix && flutter test
id: remix_test
Expand Down

0 comments on commit 7a44fff

Please sign in to comment.