Skip to content

Commit

Permalink
TEMP: disable solara
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Oct 9, 2023
1 parent 428c7ea commit 0744a31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
run: playwright install chromium

- name: Run ui-tests
env:
# do not run solara (yet)
SOLARA_TEST_RUNNERS: "jupyter_lab,jupyter_notebook,voila"
run: pytest tests/ui/ --video=retain-on-failure --solara-update-snapshots-ci -s

- name: Upload Test artifacts
Expand Down

0 comments on commit 0744a31

Please sign in to comment.