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 fce4ed6 commit cb26c80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- run: cd main && flutter pub get
- run: cd main && flutter test

update_and_test_remix_ui:
update_and_analyze_remix_ui:
runs-on: ubuntu-latest

needs: test_mix_repo
Expand Down Expand Up @@ -96,8 +96,8 @@ jobs:
test_remix_ui:
runs-on: ubuntu-latest
continue-on-error: true
needs: update_and_test_remix_ui
if: ${{ needs.update_and_test_remix_ui.result == 'success' }}
needs: update_and_analyze_remix_ui
if: ${{ needs.update_and_analyze_remix_ui.result == 'success' }}
steps:
- name: Download workspace
uses: actions/download-artifact@v3
Expand Down

0 comments on commit cb26c80

Please sign in to comment.