Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Nov 14, 2023
1 parent 9ec7285 commit 67a7803
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Run flutter tests
run: flutter test

- name: Flutter Build web
- name: Flutter Build Web
run: flutter build web --release --verbose --dart-define=CI=true
working-directory: ./example
- name: Flutter Build Linux
run: flutter build linux --release --verbose --dart-define=CI=true
working-directory: ./example

0 comments on commit 67a7803

Please sign in to comment.