Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinBakalov committed Jun 20, 2024
1 parent fb3ae3e commit d251281
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
${{ runner.os }}-node-${{ matrix.node-version }}-
- name: Install dependencies
run: "npm ci"
run: |
npm ci
echo "CaCHE DIR TEST 22 ${{ steps.npm-cache-dir.outputs.dir }}"
- name: Lint, compile, test and package
run: "node node_modules/gulp/bin/gulp.js package"
Expand Down

0 comments on commit d251281

Please sign in to comment.