.gitea/workflows/build.yml aktualisiert
List Runner Tool Cache (Persistent) / check-tool-cache (push) Successful in 11s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 32s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 33s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 27s
Output Information / info (push) Successful in 7s
Build Workflow / Build (push) Failing after 16s
Build Workflow / Deploy (push) Has been skipped
List Runner Tool Cache (Persistent) / check-tool-cache (push) Successful in 11s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 32s
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 33s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 27s
Output Information / info (push) Successful in 7s
Build Workflow / Build (push) Failing after 16s
Build Workflow / Deploy (push) Has been skipped
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
|||||||
run: echo "deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}"
|
run: echo "deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}"
|
||||||
- name: Setup Chache
|
- name: Setup Chache
|
||||||
id: cache-modules
|
id: cache-modules
|
||||||
uses: https://gitea.com/actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/.npm
|
path: ~/.npm
|
||||||
key: deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}
|
key: deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}
|
||||||
|
|||||||
Reference in New Issue
Block a user