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