Skip to content

Commit

Permalink
Update galata bot (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc authored Sep 28, 2023
1 parent 1587e7b commit 0ddb0aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_playwright_references.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ jobs:
- name: Install Micromamba
uses: mamba-org/provision-with-micromamba@main

- name: Install dependencies
- name: Install dependencies and build tests
run: |
python -m pip install .
cd ui-tests
yarn install --frozen-lockfile
yarn run build
- uses: jupyterlab/maintainer-tools/.github/actions/update-snapshots@main
with:
Expand Down

0 comments on commit 0ddb0aa

Please sign in to comment.