Fix: Ensure cache is always updated for test run.
Some checks failed
Test Action / test (push) Failing after 7s
Some checks failed
Test Action / test (push) Failing after 7s
This commit is contained in:
@@ -28,6 +28,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: 'go-acme/lego'
|
repository: 'go-acme/lego'
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
update-cache: 'always'
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: ./
|
uses: ./
|
||||||
@@ -35,12 +36,14 @@ jobs:
|
|||||||
repository: 'gohugoio/hugo'
|
repository: 'gohugoio/hugo'
|
||||||
file-name: '~hugo_extended_[^a-z]'
|
file-name: '~hugo_extended_[^a-z]'
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
update-cache: 'always'
|
||||||
|
|
||||||
- name: Setup RClone
|
- name: Setup RClone
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
repository: 'rclone/rclone'
|
repository: 'rclone/rclone'
|
||||||
token: ${{ secrets.GH_TOKEN }}
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
update-cache: 'always'
|
||||||
|
|
||||||
- name: Verify Installation
|
- name: Verify Installation
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user