File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments