From c4af614ab2ab05321ace970a601abfe1ba66de10 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Thu, 11 Feb 2021 10:28:11 +0100 Subject: [PATCH] updated flutter-drive.yml --- .github/workflows/flutter-drive.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flutter-drive.yml b/.github/workflows/flutter-drive.yml index 363de38c..91f77f82 100644 --- a/.github/workflows/flutter-drive.yml +++ b/.github/workflows/flutter-drive.yml @@ -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