Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Jan 31, 2024
1 parent 4a70e7e commit 715ff39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ jobs:
# - uses: axel-op/dart-package-analyzer@v3
# with:
# githubToken: ${{ secrets.GITHUB_TOKEN }}
- run: flutter test

- run: cd .. && cd remix
- run: cd main && flutter test

- name: Verify if there are any undefined symbols
uses: actions/github-script@v7
with:
script: |
cd remix
flutter analyze | grep 'undefined'
if [ $? -eq 0 ]; then
core.setFailed('A file contains undefined symbols. Please add a deprecated annotation before you remove it.')
Expand Down

0 comments on commit 715ff39

Please sign in to comment.