This commit is contained in:
parent
7580e97569
commit
803e36c7e5
1 changed files with 3 additions and 0 deletions
|
@ -19,9 +19,12 @@ jobs:
|
|||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
export PATH=$PATH:$PWD/.flutter/bin
|
||||
flutter pub get
|
||||
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in a new issue