Skip to content

Commit

Permalink
Fix GitHub CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wmanth committed Nov 22, 2021
1 parent 0f517b7 commit 3521acd
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
run-tests:
run-checks:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -21,19 +21,7 @@ jobs:
run: npm ci
- name: Run tests
run: xvfb-run -a npm test
build-package:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Install vsce
run: sudo npm install -g vsce
- name: Install node packages
run: npm ci
run: npm install -g vsce
- name: Build vsix extension package
run: vsce package

0 comments on commit 3521acd

Please sign in to comment.