Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu authored Jun 19, 2024
1 parent 502ca13 commit dffc167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ jobs:
npm install -g yarn
yarn set version stable
yarn install
yarn config set logFilters --json '[{"pattern": "*", "level": "info"}]'
yarn add zeromq@${{ github.workspace }}/repo
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
Expand All @@ -217,9 +216,11 @@ jobs:
if: ${{ failure() }}
with:
name: logs-${{matrix.pm}}-${{runner.os}}
overwrite: true
path: |
.
/npm/cache/_logs/
/tmp/*/build.log
C:\npm\cache\_logs\

0 comments on commit dffc167

Please sign in to comment.