Skip to content

Commit

Permalink
Skip the local server for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jul 15, 2023
1 parent 7fb3404 commit b166040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/safari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
run: |
IPHONE14=$(xcrun xctrace list devices 2>&1 | grep -m 1 "iPhone 14 Simulator" | awk -F'[()]' '{print $4}')
xcrun simctl boot $IPHONE14
- name: Start local HTTP server
run: (npm run start-server&)
#- name: Start local HTTP server
# run: (npm run start-server&)
- name: Test Safari without video
run: ./bin/browsertime.js -b safari -n 1 http://127.0.0.1:3000/simple/
run: ./bin/browsertime.js -b safari -n 1 https://www.sitespeed.io/
- name: Test Safari iOS simulator
run: |
IPHONE14=$(xcrun xctrace list devices 2>&1 | grep -m 1 "iPhone 14 Simulator" | awk -F'[()]' '{print $4}')
Expand Down

0 comments on commit b166040

Please sign in to comment.