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

Commit 2b558e9

Browse files
Simplify configuration of tests
1 parent ef7df0c commit 2b558e9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,16 @@ 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: |
76-
cd ../build
70+
cd shared-web-tests/build
7771
./wpt run --product duckduckgo --binary ../webdriver/target/debug/ddgdriver --log-mach - --log-mach-level info duckduckgo
7872

7973

0 commit comments

Comments
 (0)