mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-04-19 15:38:04 +02:00
Dont skip cache, apparently
This commit is contained in:
parent
0b371c8aca
commit
65115d96c9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
${{ runner.os }}-node-
|
||||
|
||||
- name: Install Dependencies
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
# if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: npm ci --ignore-scripts --no-audit --no-progress --prefer-offline
|
||||
- run: npm run test
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue