From 4519160d4fe36202551d4d4458c2392d77939eca Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Thu, 11 Feb 2021 10:22:54 +0100 Subject: [PATCH] updated flutter-drive.yml --- .github/workflows/flutter-drive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter-drive.yml b/.github/workflows/flutter-drive.yml index 0f97cddd..363de38c 100644 --- a/.github/workflows/flutter-drive.yml +++ b/.github/workflows/flutter-drive.yml @@ -9,7 +9,7 @@ on: # 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. - drive: + ios_integration_test_drive: # Creates a build matrix for your jobs. You can define different # variations of an environment to run each job in. strategy: @@ -37,7 +37,7 @@ jobs: - uses: subosito/flutter-action@v1.4.0 with: channel: 'master' # 'stable' or 'dev' or 'beta' - - name: "Run Flutter Driver tests" + - name: "Run iOS Flutter Integration Test" run: | flutter pub get ./scripts/test.sh $(ipconfig getifaddr en0) \ No newline at end of file