Skip to content

Commit

Permalink
Merge branch 'loadAppFonts' of github.com:passsy/spot into loadAppFonts
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Nov 20, 2024
2 parents 19b9ff1 + acbe619 commit 2116a9f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,22 @@ jobs:
name: branches-tests-failed
path: test/
retention-days: 7

test_windows:
timeout-minutes: 10
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter test
- name: Archive golden test errors
if: failure()
uses: actions/upload-artifact@v4
with:
name: branches-tests-failed
path: test/
retention-days: 7

0 comments on commit 2116a9f

Please sign in to comment.