Skip to content

Commit

Permalink
Fix ci build
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mäder <t.s.maeder@gmail.com>
  • Loading branch information
tsmaeder committed Nov 19, 2024
1 parent 1e2cc6f commit 7e5915b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ jobs:
NODE_OPTIONS: --max_old_space_size=4096
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # https://github.com/microsoft/vscode-ripgrep/issues/9

- name: Download Plugins
if: runner.os == 'Linux'
shell: bash
run: |
npm run download:plugins --rate-limit 3

- name: Build
shell: bash
Expand All @@ -97,6 +92,12 @@ jobs:
NODE_OPTIONS: --max_old_space_size=4096
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # https://github.com/microsoft/vscode-ripgrep/issues/9

- name: Download Plugins
if: runner.os == 'Linux'
shell: bash
run: |
npm run download:plugins --rate-limit 3
- name: Test (headless)
if: matrix.tests != 'skip'
shell: bash
Expand Down

0 comments on commit 7e5915b

Please sign in to comment.