Skip to content

Commit

Permalink
Fix Galata workflow (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py authored Nov 3, 2024
1 parent 4904cb6 commit f5ff3ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
jupyter labextension list
jupyter labextension list 2>&1 | grep -ie "@jupytercad/jupytercad-freecad.*OK"
python -m jupyterlab.browser_check
python -m jupyterlab.browser_check --no-chrome-test
- name: Package the extension
run: |
Expand Down Expand Up @@ -114,9 +114,7 @@ jobs:
working-directory: ui-tests
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
run: |
jlpm install
yarn playwright install
run: jlpm install

- name: Set up browser cache
uses: actions/cache@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/update_galata_references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ jobs:
working-directory: ui-tests
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
run: jlpm install
run: |
jlpm install
yarn playwright install
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@v1
with:
Expand Down

0 comments on commit f5ff3ca

Please sign in to comment.