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