Skip to content

Commit

Permalink
Merge pull request #82 from advanced-rest-client/feat/avro
Browse files Browse the repository at this point in the history
ignore windows test
  • Loading branch information
leandrogilcarrano authored Aug 28, 2024
2 parents a9f82ac + f5de947 commit 7a33f69
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,12 @@ jobs:
run: npm ci
- name: Run tests
run: npm test
test_win:
name: "Windows"
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- uses: microsoft/playwright-github-action@v1
- uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
tag:
name: "Publishing release"
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
needs:
- test_linux
- test_win
# - test_win
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 7a33f69

Please sign in to comment.