We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c81337 commit 67c529dCopy full SHA for 67c529d
.github/workflows/deployment.yml
@@ -36,25 +36,6 @@ jobs:
36
run: npm ci
37
- name: Run tests
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
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
tag:
59
name: "Publishing release"
60
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
0 commit comments