Skip to content

Commit

Permalink
e2e-test ではなく ci にする
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Dec 15, 2024
1 parent 523603b commit ee6b2d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
node: ["18", "20", "22"]
typescript: ["5.5", "5.6", "5.7"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -21,6 +22,7 @@ jobs:
- uses: pnpm/action-setup@v4
- run: pnpm --version
- run: pnpm install
- run: pnpm add -E -D typescript@${{ matrix.typescript }} -w
- run: pnpm run build
- run: pnpm run lint
- run: pnpm run check
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
node: ["18", "20", "22"]
# browser: ["chromium", "firefox", "webkit"]
browser: ["chromium"]
typescript: ["5.5", "5.6", "5.7"]
env:
VITE_SORA_SIGNALING_URL: ${{ secrets.TEST_SIGNALING_URL }}
VITE_SORA_CHANNEL_ID_PREFIX: ${{ secrets.TEST_CHANNEL_ID_PREFIX }}
Expand All @@ -41,7 +40,6 @@ jobs:
- uses: pnpm/action-setup@v4
- run: pnpm --version
- run: pnpm install
- run: pnpm add -E -D typescript@${{ matrix.typescript }} -w
- run: pnpm run build
- run: pnpm exec playwright install ${{ matrix.browser }} --with-deps
- run: pnpm exec playwright test --project=${{ matrix.browser }}
Expand Down

0 comments on commit ee6b2d0

Please sign in to comment.