Skip to content

Merge pull request #3 from sangshuduo/develop #4

Merge pull request #3 from sangshuduo/develop

Merge pull request #3 from sangshuduo/develop #4

Workflow file for this run

name: iOS workflow
on:
# schedule:
# - cron: "10 16 * * *"
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
architecture: x64
- run: flutter pub get
- run: flutter test
- run: flutter build ios --release --no-codesign