diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3447430..31fa1e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, macos-latest] steps: - name: Checkout Repository uses: actions/checkout@v4.1.1 @@ -23,5 +23,4 @@ jobs: - name: run test run: | npm ci - npx playwright install --with-deps npm run test:all