Skip to content

Commit

Permalink
fix: update run_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
harkairt committed Jan 9, 2024
1 parent ed11736 commit 6fbf73a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Setup FVM
uses: leoafarias/fvm-action@v2
- uses: actions/checkout@v4
- uses: kuhnroyal/flutter-fvm-config-action@v2
id: fvm-config-action
- uses: subosito/flutter-action@v2
with:
version: stable
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
channel: ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}

- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit 6fbf73a

Please sign in to comment.