Skip to content

Commit

Permalink
troubleshoot CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Oct 8, 2024
1 parent 27616c8 commit 65cfe9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm ci --foreground-scripts
- run: npm run lint
if: ${{ matrix.os == 'ubuntu-latest' }}
- run: npm run build-web
if: ${{ matrix.os == 'ubuntu-latest' }}
- run: xvfb-run -a npm t
if: ${{ matrix.os == 'ubuntu-latest' }}
- run: npm t
- run: |
ls ./node_modules/@vscode/ripgrep/bin
npm t
if: ${{ matrix.os == 'windows-latest' }}

0 comments on commit 65cfe9d

Please sign in to comment.