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:
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'
6142 needs :
6243 - test_linux
63- - test_win
44+ # - test_win
6445 runs-on : ubuntu-latest
6546 steps :
6647 - name : Checkout code
You can’t perform that action at this time.
0 commit comments