Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Feb 27, 2024
1 parent 132c13a commit c3f008d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
# lack of CPU resources.
if: ${{ vars.NR_RUNNER != '' }}
strategy:
max-parallel: 1
matrix:
node: [ 16, 18, 20 ]
runs-on: ${{ vars.NR_RUNNER }}
Expand Down Expand Up @@ -160,6 +159,8 @@ jobs:
run: |
cp -R /host/node_modules . 2>/dev/null
rm -rf /host/node_modules 2>/dev/null
# Update npm because it seems to fail in node@18 every time
npm i -g npm
npm install --verbose
cp -R node_modules /host/
npm run unit
Expand Down

0 comments on commit c3f008d

Please sign in to comment.