Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andresz1 committed Mar 14, 2023
1 parent 18b86a2 commit 5c980e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/composite-actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ runs:
- name: Cache hit
if: ${{ steps.node-cache.outputs.cache-hit == 'true' }}
shell: bash
run: echo 'Dependencies cache hit'
run: |
echo 'Dependencies cache hit'
npm run build
- name: Install dependencies
if: ${{ steps.node-cache.outputs.cache-hit != 'true' }}
Expand Down

0 comments on commit 5c980e9

Please sign in to comment.