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

Commit f7ba32d

Browse files
Automation fixes
1 parent 784ddb5 commit f7ba32d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,15 @@ 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
6061
cd web-driver
6162
cargo build

0 commit comments

Comments
 (0)