File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -36,31 +36,12 @@ jobs:
36
36
run : npm ci
37
37
- name : Run tests
38
38
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
58
39
tag :
59
40
name : " Publishing release"
60
41
if : github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
61
42
needs :
62
43
- test_linux
63
- - test_win
44
+ # - test_win
64
45
runs-on : ubuntu-latest
65
46
steps :
66
47
- name : Checkout code
You can’t perform that action at this time.
0 commit comments