Skip to content

Commit

Permalink
Use GabrielBB/xvfb-action for the it tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daddykotex committed Aug 16, 2022
1 parent 9740f4b commit dc48741
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- name: Build & test
run: yarn ci

- name: Run Integration tests
uses: GabrielBB/[email protected]
with:
run: yarn test:it

deploy:
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v'))
name: Publish
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"build": "vsce package --yarn",
"format": "prettier --write '**/*.{ts,js,json,yml}'",
"format-check": "prettier --check '**/*.{ts,js,json,yml}'",
"ci": "yarn clean && yarn install --no-progress && yarn format-check && yarn build && yarn test && yarn test:it"
"ci": "yarn clean && yarn install --no-progress && yarn format-check && yarn build && yarn test"
},
"files": [
"extension.vsix"
Expand Down

0 comments on commit dc48741

Please sign in to comment.