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

Commit d6a3977

Browse files
Simplify configuration of tests
1 parent ef7df0c commit d6a3977

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,13 @@ 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: |
6664
source .maestro/common.sh
6765
project_root=$(pwd)
6866
build_app
6967
70-
- name: Add CA key
71-
run: |
72-
xcrun simctl keychain booted add-root-cert ../shared-web-tests/web-platform-tests/build/tools/certs/cacert.pem
73-
7468
- name: Run tests
7569
run: |
7670
cd ../build

0 commit comments

Comments
 (0)