Skip to content

Commit

Permalink
[ffigen] Fix the weekly bot (#1636)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe authored Oct 8, 2024
1 parent 290f21a commit fa6ffec
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ffigen_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ name: ffigen_weekly

on:
# Run once a week.
push:
branches: [main, stable]
paths:
- '.github/workflows/ffigen_weekly.yml'
pull_request:
branches: [main, stable]
paths:
- '.github/workflows/ffigen_weekly.yml'
schedule:
- cron: "0 0 * * 0"

Expand All @@ -22,11 +30,10 @@ jobs:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: subosito/flutter-action@44ac965b96f18d999802d4b807e3256d5a3f9fa1
with:
flutter-version: 3.19.0
channel: 'stable'
- name: Install dependencies
run: flutter pub get && flutter pub get --directory="../objective_c"
- name: Build test dylib and bindings
run: dart test/setup.dart
run: dart test/setup.dart --main-thread-dispatcher
- name: Run VM tests
run: flutter test

0 comments on commit fa6ffec

Please sign in to comment.