From 1a84ab44688d23b04e82893cbdae8e013bb4b9bf Mon Sep 17 00:00:00 2001 From: Denis Andrasec Date: Mon, 28 Aug 2023 16:12:41 +0200 Subject: [PATCH] remove lines --- .github/workflows/flutter_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter_test.yml b/.github/workflows/flutter_test.yml index 68629acc63..024cdb239b 100644 --- a/.github/workflows/flutter_test.yml +++ b/.github/workflows/flutter_test.yml @@ -137,7 +137,7 @@ jobs: simulator_id=$(xcrun simctl create sentryPhone com.apple.CoreSimulator.SimDeviceType.iPhone-14 com.apple.CoreSimulator.SimRuntime.iOS-16-2) echo "SIMULATOR_ID=${simulator_id}" >> "$GITHUB_OUTPUT" xcrun simctl boot ${simulator_id} - + - name: run ios integration test env: SIMULATOR_ID: ${{ steps.sim.outputs.SIMULATOR_ID }}