Skip to content

Commit 67c529d

Browse files
ignore windows test
1 parent 0c81337 commit 67c529d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/deployment.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,6 @@ jobs:
3636
run: npm ci
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@v2
44-
- uses: actions/setup-node@v1
45-
with:
46-
node-version: 16
47-
- uses: microsoft/playwright-github-action@v1
48-
- uses: actions/cache@v1
49-
with:
50-
path: ~/.npm
51-
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
52-
restore-keys: |
53-
${{ runner.os }}-node-
54-
- name: Install dependencies
55-
run: npm ci
56-
- name: Run tests
57-
run: npm test
5839
tag:
5940
name: "Publishing release"
6041
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)