Skip to content

Commit

Permalink
ci: simplify UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Sep 25, 2024
1 parent bd4f479 commit d21b8ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- name: Install Python dependencies
run: |
poetry install
python -m pip install jupyterlab==3.6.1
- name: Setup Node
uses: actions/setup-node@v4
Expand Down Expand Up @@ -74,8 +73,8 @@ jobs:
cd ui-tests/
yarn run test:update
- name: Upload images
if: failure()
if: failure()
uses: actions/upload-artifact@v4
with:
name: ipyvega-updated-snapshots
path: ui-tests/tests/vega.test.ts-snapshots/
path: ui-tests/tests/vega.test.ts-snapshots/

0 comments on commit d21b8ee

Please sign in to comment.