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

Commit 6d71981

Browse files
Automation fixes
1 parent 784ddb5 commit 6d71981

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
@@ -48,16 +48,17 @@ jobs:
4848
- name: Checkout shared web tests
4949
uses: actions/checkout@v4
5050
with:
51+
submodules: recursive
5152
repository: duckduckgo/shared-web-tests
5253
path: shared-web-tests
5354
ref: jkt/webdriver
5455
token: ${{ secrets.GITHUB_TOKEN }}
5556

5657
- name: Build and Test
5758
run: |
58-
cd ../shared-web-tests
59+
cd shared-web-tests
5960
npm run build
60-
cd web-driver
61+
cd webdriver
6162
cargo build
6263
6364
- name: Build iOS

0 commit comments

Comments
 (0)