Skip to content

Commit 7a33f69

Browse files
Merge pull request #82 from advanced-rest-client/feat/avro
ignore windows test
2 parents a9f82ac + f5de947 commit 7a33f69

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)