Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natsuk4ze committed Jun 29, 2024
1 parent d791007 commit e33d728
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,10 @@ jobs:
timeout-minutes: 5
run: flutter test test/widget_test.dart

- name: Golden Test
timeout-minutes: 5
run: flutter test test/golden_test.dart

- name: Build iOS
timeout-minutes: 10
run: flutter build ios --no-codesign
Expand All @@ -420,6 +424,7 @@ jobs:
See:
- [unit_test](https://github.com/natsuk4ze/npm/blob/master/test/unit_test.dart)
- [widget_test](https://github.com/natsuk4ze/npm/blob/master/test/widget_test.dart)
- [golden test](https://github.com/natsuk4ze/npm/blob/master/test/golden_test.dart)
- [workflows](https://github.com/natsuk4ze/npm/actions)
</details>
Expand Down

0 comments on commit e33d728

Please sign in to comment.