Skip to content

Commit 4925c72

Browse files
committed
Debug
1 parent 640b13b commit 4925c72

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,12 @@ jobs:
146146
- name: Execute integration tests
147147
shell: bash -l {0}
148148
working-directory: ui-tests
149-
run: npx playwright test
149+
run: npx playwright test --update-snapshots
150150

151151
- name: Upload Playwright Test report
152152
if: always()
153153
uses: actions/upload-artifact@v3
154154
with:
155155
name: ipycanvas-playwright-tests
156156
path: |
157-
ui-tests/test-results
158-
ui-tests/playwright-report
157+
ui-tests
Loading

0 commit comments

Comments
 (0)