Skip to content

Commit 136bf13

Browse files
committed
fixup: Bump vscode-extension-tester from 8.11.0 to 8.18.0 #5386
Disable the scan via '@secretlint/node' Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
1 parent 4185782 commit 136bf13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ jobs:
8282
env:
8383
NODE_OPTIONS: --max_old_space_size=16384
8484
if: runner.os == 'Linux'
85-
run: xvfb-run --server-args="-screen 0 1920x1080x24" npm run public-ui-test
85+
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
8689
8790
- name: Build and run integration tests
8891
if: (success() || failure()) && runner.os == 'Linux'

0 commit comments

Comments
 (0)