updated flutter-drive.yml

This commit is contained in:
Lorenzo Pichilli 2021-02-11 10:28:11 +01:00
parent 4519160d4f
commit c4af614ab2
1 changed files with 9 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on:
# but only for the main branch
push:
branches:
- main
- master
# A workflow run is made up of one or more jobs.
jobs:
# id of job, a string that is unique to the "jobs" node above.
@ -37,6 +37,14 @@ jobs:
- uses: subosito/flutter-action@v1.4.0
with:
channel: 'master' # 'stable' or 'dev' or 'beta'
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: "Install npm dependencies"
run: |
cd ./nodejs_server_test_auth_basic_and_ssl
npm install
cd ..
- name: "Run iOS Flutter Integration Test"
run: |
flutter pub get