Skip to content

Commit 421284a

Browse files
committed
ci: install just before e2e workflow step
1 parent b6c5319 commit 421284a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,9 @@ jobs:
346346
env:
347347
PLAYWRIGHT_BROWSERS_PATH: ${{ github.workspace }}/.cache/ms-playwright
348348

349+
- name: Install just
350+
uses: extractions/setup-just@v3
351+
349352
- name: Run e2e tests
350353
run: just ci-e2e
351354
timeout-minutes: 30

0 commit comments

Comments
 (0)