Skip to content

Commit

Permalink
Run E2E tests on Windows (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo committed Jul 1, 2024
1 parent 1d32c8b commit 788aabf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
run: pnpm -r test:coverage

e2e-test:
name: Run E2E tests
runs-on: ubuntu-20.04
name: 'Run E2E tests (${{ matrix.os }})'
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
Expand Down

0 comments on commit 788aabf

Please sign in to comment.