Skip to content

Commit fa6ff2b

Browse files
committed
ci(playwright): set working directory for hello example docker pull
1 parent 4193ca2 commit fa6ff2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ jobs:
226226
uses: jlumbroso/free-disk-space@main
227227

228228
- name: Pull latest Docker images
229+
working-directory: ./
229230
run: |
230231
./src/docker/pull.sh --no-debug
231232
@@ -241,6 +242,7 @@ jobs:
241242
- name: Build itk-wasm
242243
run: |
243244
pnpm run --aggregate-output --filter itk-wasm build
245+
244246
- name: Install dependencies
245247
run: pnpm install
246248

0 commit comments

Comments
 (0)