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 8b4e5ed commit a0dfaff
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
with:
path: main

- run: echo ${{ github.ref_name }}
- run: echo ${{ github.head_ref }}
- run: echo ${{ github.ref }}

- name: Checkout remix_ui repo
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -118,7 +114,7 @@ jobs:
run: |
cd remix
dart pub remove mix
dart pub add 'mix:{"git":{"url":"https://github.com/conceptadev/mix","ref":github.ref_name}}'
dart pub add 'mix:{"git":{"url":"https://github.com/conceptadev/mix","ref":${{ github.head_ref }}}}'
- run: cd remix && flutter test
id: remix_test
Expand Down

0 comments on commit a0dfaff

Please sign in to comment.