Skip to content

Commit

Permalink
ci cache debug
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoTH committed Jul 5, 2024
1 parent 780a559 commit 5f8a244
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/yakit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
key: ${{ runner.os }}-node-main-${{ hashFiles('package.json') }}
restore-keys: |
${{ runner.os }}-node-main-
- name: Debug cache-renderer outputs
run: echo ${{ steps.cache-main.outputs.cache-hit }}
# Cache node_modules renderer
- name: Cache node_modules for renderer process
id: cache-renderer
Expand All @@ -74,6 +76,9 @@ jobs:
key: ${{ runner.os }}-node-renderer-${{ hashFiles('app/renderer/src/main/package.json') }}
restore-keys: |
${{ runner.os }}-node-renderer-
- name: Debug cache-renderer outputs
run:
echo ${{ steps.cache-renderer.outputs.cache-hit }}
- name: Install dependencies for main process
if: steps.cache-main.outputs.cache-hit != 'true'
working-directory: ./
Expand Down

0 comments on commit 5f8a244

Please sign in to comment.