From e931ec4791ba512c49078f46a70415bc04f59ace Mon Sep 17 00:00:00 2001 From: sasaplus1 Date: Tue, 22 Aug 2023 09:20:22 +0900 Subject: [PATCH] fix for actionlint --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efd954e..0730af1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -85,6 +85,6 @@ jobs: xcrun simctl list -j | jq '.devices[][] | select(.isAvailable == true) | { (.name): .udid }' | jq -s add - run: | xcrun simctl list -j | jq '.devices[][] | select(.isAvailable == true) | { (.name): .udid }' | jq -s add | jq -r '.["iPhone 11"]' | tee udid - - run: xcrun simctl boot $(cat udid) - - run: xcrun simctl openurl $(cat udid) http://127.0.0.1:9876 & + - run: xcrun simctl boot "$(cat udid)" + - run: xcrun simctl openurl "$(cat udid)" 'http://127.0.0.1:9876' & - run: npm karma start --single-run --no-browsers