Skip to content

Commit

Permalink
worker を一つにしぼる
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Feb 22, 2024
1 parent 7d79a27 commit 923bf14
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
- run: pnpm install
- run: pnpm run build
- run: pnpm exec playwright install ${{ matrix.browser }} --with-deps
# - run: pnpm exec playwright test --project=${{ matrix.browser }}
# env:
# VITE_SORA_CHANNEL_ID_SUFFIX: _${{ matrix.node }}
- run: pnpm exec playwright test simulcast --project=${{ matrix.browser }}
- run: pnpm exec playwright test --workers=1 --project=${{ matrix.browser }}
env:
VITE_SORA_CHANNEL_ID_SUFFIX: _${{ matrix.node }}
# - uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 923bf14

Please sign in to comment.