Skip to content

Commit

Permalink
Move testing steps to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanKingston committed Feb 14, 2025
1 parent 2b558e9 commit af83c26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ios-shared-web-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
run: |
cd shared-web-tests
npm run build
sudo npm run install-hosts
- name: Build iOS
run: |
Expand All @@ -67,7 +68,7 @@ jobs:
- name: Run tests
run: |
cd shared-web-tests/build
./wpt run --product duckduckgo --binary ../webdriver/target/debug/ddgdriver --log-mach - --log-mach-level info duckduckgo
cd shared-web-tests
npm run test

0 comments on commit af83c26

Please sign in to comment.