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 d621594 commit 8b4e5ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
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
Expand Down Expand Up @@ -67,7 +69,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 }}}}'
- name: Verify if there are any undefined symbols
id: undefined_symbols
run: |
Expand Down

0 comments on commit 8b4e5ed

Please sign in to comment.