Skip to content

Commit

Permalink
ci: updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tikazyq committed Oct 22, 2024
1 parent 91f2030 commit fcf3044
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-crawlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install pnpm
run: npm i -g pnpm@9
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
run: pnpm install
- name: Run Playwright tests
run: npx playwright test
run: pnpm playwright test
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit fcf3044

Please sign in to comment.