changed file
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 27s
All checks were successful
Publish Docker image / Push Docker image to Docker Hub (push) Successful in 27s
This commit is contained in:
parent
661ce77564
commit
9b325e8df9
1 changed files with 2 additions and 1 deletions
|
@ -49,8 +49,9 @@ jobs:
|
|||
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
${{ runner.os }}-yarn-
|
||||
|
||||
- run: echo ${{ hashFiles('**/yarn.lock') }}
|
||||
- run: ls -lah
|
||||
- run: yarn add yup
|
||||
- run: ls -lah
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue