We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4185782 commit 136bf13Copy full SHA for 136bf13
.github/workflows/continuous-integration-workflow.yml
@@ -82,7 +82,10 @@ jobs:
82
env:
83
NODE_OPTIONS: --max_old_space_size=16384
84
if: runner.os == 'Linux'
85
- run: xvfb-run --server-args="-screen 0 1920x1080x24" npm run public-ui-test
+ run: |
86
+ npm ci
87
+ npm install --no-save @secretlint/node @vscode/vsce@2.15.0
88
+ xvfb-run --server-args="-screen 0 1920x1080x24" npm run public-ui-test
89
90
- name: Build and run integration tests
91
if: (success() || failure()) && runner.os == 'Linux'
0 commit comments