Skip to content

Commit

Permalink
fix for actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaplus1 committed Aug 22, 2023
1 parent a33156d commit e931ec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e931ec4

Please sign in to comment.