Skip to content

[WASM] migrate to package:web and dart:js_interop #59

[WASM] migrate to package:web and dart:js_interop

[WASM] migrate to package:web and dart:js_interop #59

Workflow file for this run

name: Integration Tests iOS
on:
workflow_dispatch:
pull_request:
push:
tags:
- 'v*'
jobs:
e2e:
runs-on: macos-latest
steps:
- uses: futureware-tech/simulator-action@v1
with:
os: iOS
- uses: actions/checkout@v3
- uses: subosito/flutter-action@main
with:
flutter-version: '3.x'
channel: 'stable'
- name: install deps
run: |
flutter pub get
cd example/ios && pod install
- run: "cd example && flutter test integration_test/app_test.dart"