Skip to content

Commit

Permalink
REMOVE COMMIT: update snapshots on CI
Browse files Browse the repository at this point in the history
Signed-off-by: martinRenou <martin.renou@gmail.com>
  • Loading branch information
martinRenou committed Sep 5, 2023
1 parent c4b65e5 commit 3b2d625
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,12 @@ jobs:
- name: Execute integration tests
shell: bash -l {0}
working-directory: ui-tests-ipw8
run: npx playwright test
run: npx playwright test --update-snapshots

- name: Upload UI Test artifacts
if: always()
uses: actions/upload-artifact@v3
with:
name: ui-test-output-ipw8
path: |
ui-tests-ipw8/playwright-report
ui-tests-ipw8/test-results
ui-tests-ipw8/tests/ipydatagrid.test.ts-snapshots

0 comments on commit 3b2d625

Please sign in to comment.