.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

This commit is contained in:
2025-05-25 16:01:49 +02:00
parent 0c4e80646c
commit 828e1b04b8
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
run: echo "deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}"
- name: Setup Chache
id: cache-modules
uses: https://gitea.com/actions/cache@v3
uses: actions/cache@v3
with:
path: ~/.npm
key: deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}