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

Commit af83c26

Browse files
Move testing steps to npm
1 parent 2b558e9 commit af83c26

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
run: |
5959
cd shared-web-tests
6060
npm run build
61+
sudo npm run install-hosts
6162
6263
- name: Build iOS
6364
run: |
@@ -67,7 +68,7 @@ jobs:
6768
6869
- name: Run tests
6970
run: |
70-
cd shared-web-tests/build
71-
./wpt run --product duckduckgo --binary ../webdriver/target/debug/ddgdriver --log-mach - --log-mach-level info duckduckgo
71+
cd shared-web-tests
72+
npm run test
7273
7374

0 commit comments

Comments
 (0)