diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 382183c..87f2756 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,13 +17,13 @@ jobs: node-version: 16.x - name: Install pnpm run: npm install -g pnpm@6.35.1 + - 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 \ No newline at end of file