Add repository checkout and Flutter environment setup steps to CI workflow

This commit is contained in:
Dr.Blank 2025-04-04 23:21:26 +05:30
parent f511a4c611
commit 8a919a5d60
No known key found for this signature in database
GPG key ID: BA5F87FF0560C57B

View file

@ -59,7 +59,12 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/flutter-setup.yaml
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Flutter Environment
uses: ./.github/actions/flutter-setup # Path to the composite action directory
with:
flutter-channel: stable
java-version: 17
@ -85,6 +90,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Flutter Environment
uses: ./.github/actions/flutter-setup # Path to the composite action directory
with:
flutter-channel: stable
java-version: 17
- name: setup fastforge
run: |
dart pub global activate fastforge