Skip to content

Commit 09629ae

Browse files
committed
chore: remove Windows testing job from GitHub Actions workflow to streamline deployment process
1 parent e5fd0b2 commit 09629ae

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -36,32 +36,11 @@ jobs:
3636
run: npx playwright install --with-deps
3737
- name: Run tests
3838
run: npm test
39-
test_win:
40-
name: "Windows"
41-
runs-on: windows-latest
42-
steps:
43-
- uses: actions/checkout@v4
44-
- uses: actions/setup-node@v4
45-
with:
46-
node-version: 18
47-
- uses: actions/cache@v3
48-
with:
49-
path: ~/.npm
50-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
51-
restore-keys: |
52-
${{ runner.os }}-node-
53-
- name: Install dependencies
54-
run: npm install
55-
- name: Install Playwright Browsers
56-
run: npx playwright install --with-deps
57-
- name: Run tests
58-
run: npm test
5939
tag:
6040
name: "Publishing release"
6141
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
6242
needs:
6343
- test_linux
64-
- test_win
6544
runs-on: ubuntu-latest
6645
steps:
6746
- name: Checkout code

0 commit comments

Comments
 (0)