mirror of
https://github.com/rive-app/rive-flutter
synced 2025-07-05 21:55:58 +00:00
attempt to fix tests
This commit is contained in:
18
.github/workflows/tests.yaml
vendored
18
.github/workflows/tests.yaml
vendored
@ -8,23 +8,13 @@ jobs:
|
||||
runs-on: [self-hosted, macOS, ARM64]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
lfs: true
|
||||
|
||||
- name: Checkout and install Flutter
|
||||
run: git clone https://github.com/flutter/flutter.git
|
||||
|
||||
- name: Add the Flutter path
|
||||
run: echo "$GITHUB_WORKSPACE/flutter/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Set Flutter root
|
||||
run: echo "FLUTTER_ROOT=$GITHUB_WORKSPACE/flutter" >> $GITHUB_ENV
|
||||
|
||||
- name: Setup flutter
|
||||
run: |
|
||||
flutter channel stable
|
||||
flutter doctor
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.10.6'
|
||||
|
||||
- name: Run tests
|
||||
run: flutter test
|
||||
|
Reference in New Issue
Block a user