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 d251281 commit dff881a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
id: npm-cache-dir
run: |
echo "dir=$(npm config get cache)" >> "$GITHUB_OUTPUT"
echo "test12=asdasdasd" >> "$GITHUB_OUTPUT"
echo "CaCHE DIR TEST ${{ steps.npm-cache-dir.outputs.dir }}"
Expand All @@ -76,6 +77,9 @@ jobs:
run: |
npm ci
echo "CaCHE DIR TEST 22 ${{ steps.npm-cache-dir.outputs.dir }}"
echo "CaCHE DIR TEST 33 ${{steps.npm-cache-dir.outputs.dir}}"
echo "CaCHE DIR TEST 22 ${{ steps.npm-cache-dir.outputs.test12 }}"
- name: Lint, compile, test and package
run: "node node_modules/gulp/bin/gulp.js package"
Expand Down

0 comments on commit dff881a

Please sign in to comment.