Skip to content

Commit

Permalink
ci: update code quality workflow to test building of artifact (#267)
Browse files Browse the repository at this point in the history
Update codequality workflow to test building of artifact
  • Loading branch information
vetlek authored Aug 14, 2023
1 parent c61e887 commit 2a49ac5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codequality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ jobs:

- name: 🧪 Run Integrationtests
run: xvfb-run --auto-servernum npm run e2e-test

- name: 🧪 Test Building of Artifact
run: npx vsce package

0 comments on commit 2a49ac5

Please sign in to comment.