Skip to content

Commit

Permalink
Archive golden test results
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Nov 13, 2024
1 parent f530858 commit ffb7cef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
channel: any
- run: flutter pub get
- run: flutter test
- name: Archive golden test errors
if: failure()
uses: actions/upload-artifact@v4
with:
name: android-release-failed
path: test/
retention-days: 7

test_channel:
timeout-minutes: 10
Expand All @@ -39,3 +46,10 @@ jobs:
channel: ${{ matrix.version }}
- run: flutter pub get
- run: flutter test
- name: Archive golden test errors
if: failure()
uses: actions/upload-artifact@v4
with:
name: android-release-failed
path: test/
retention-days: 7

0 comments on commit ffb7cef

Please sign in to comment.