Skip to content

Commit

Permalink
Update run-ui-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MFA-X-AI authored Dec 18, 2024
1 parent 3235c44 commit 97211b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Test E2E
run: |
(jupyter lab --ServerApp.token='' --ServerApp.password='' --LabApp.default_url='/lab?reset' &) && cd ui-tests && jlpm install && jlpm playwright install && xvfb-run jlpm playwright test e2e/datatype-test.spec.ts
(jupyter lab --ServerApp.token='' --ServerApp.password='' --LabApp.default_url='/lab?reset' &) && cd ui-tests && npm install && npx playwright install && xvfb-run npx playwright test e2e/datatype-test.spec.ts
- uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit 97211b5

Please sign in to comment.