Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit e23c8e8

Browse files
Simplify configuration of tests
1 parent ef7df0c commit e23c8e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ios-shared-web-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
run: |
5959
cd shared-web-tests
6060
npm run build
61-
cd webdriver
62-
cargo build
6361
6462
- name: Build iOS
6563
run: |
@@ -69,7 +67,7 @@ jobs:
6967
7068
- name: Add CA key
7169
run: |
72-
xcrun simctl keychain booted add-root-cert ../shared-web-tests/web-platform-tests/build/tools/certs/cacert.pem
70+
xcrun simctl keychain booted add-root-cert shared-web-tests/web-platform-tests/build/tools/certs/cacert.pem
7371
7472
- name: Run tests
7573
run: |

0 commit comments

Comments
 (0)