Skip to content

Commit

Permalink
ci: execute tests serial and force execution
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Nov 14, 2024
1 parent 4728a43 commit 25725f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
# TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
# TURBO_TEAM: ${{ vars.TURBO_TEAM }}
CC_OS: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
run: pnpm playwright install chromium --with-deps

- name: Test
run: pnpm test
run: pnpm test -- --force --concurrency=1

0 comments on commit 25725f6

Please sign in to comment.