Skip to content

Commit

Permalink
add tests scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
meniRoy committed Sep 11, 2023
1 parent 1561460 commit 1aab61f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
node-version: 16.x
- name: Install pnpm
run: npm install -g [email protected]
- name: Run unit tests
run: npm run unit:test
- name: Run integration tests
run: xvfb-run -a npm test
- name: Install vcse
run: npm install -g @vscode/vsce
- name: Install dependencies
Expand Down

0 comments on commit 1aab61f

Please sign in to comment.