Skip to content

Commit 0f622ab

Browse files
committed
Update
1 parent 5b66d47 commit 0f622ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test_widget.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,17 @@ jobs:
1919
with:
2020
node-version: 22
2121
- uses: pnpm/action-setup@v4
22-
working-directory: ./tests-widget
2322
with:
2423
run_install: |
2524
- cwd: tests-widget
2625
package_json_file: tests-widget/package.json
2726
- name: Install Playwright Browsers
2827
run: pnpm exec playwright install --with-deps
28+
working-directory: ./tests-widget
2929
- name: Install vitessce
3030
run: uv sync --extra dev --extra all
3131
- name: Export notebook to HTML
3232
run: uv run jupyter nbconvert --to=html --execute docs/notebooks/widget_from_dict.ipynb
3333
- name: Check that widget renders in HTML output using Playwright
34-
run: pnpm exec playwright test
34+
run: pnpm exec playwright test
35+
working-directory: ./tests-widget

0 commit comments

Comments
 (0)