Skip to content

Commit

Permalink
npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
meniRoy committed Sep 11, 2023
1 parent eb32f31 commit 3a724bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
node-version: 16.x
- name: Install pnpm
run: npm install -g [email protected]
- name: Install dependencies
run: npm ci
- 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
run: npm ci
- name: Run packge
run: vsce package

0 comments on commit 3a724bd

Please sign in to comment.