Skip to content

Commit

Permalink
Use for: compile for web
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Jun 6, 2024
1 parent 05bc8f3 commit 5929bfa
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -602,15 +602,8 @@ jobs:
with:
submodules: "recursive"

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: "stable"

- name: Setup Melos
run: |
dart pub global activate melos
dart pub global run melos bootstrap
- name: Setup Runner
uses: ./.github/actions/setup-runner

- name: Compile to wasm
run: flutter build web --wasm -t integration_test/all_tests.dart
Expand Down

0 comments on commit 5929bfa

Please sign in to comment.