.gitea/workflows/build.yml aktualisiert
List Runner Tool Cache (Persistent) / check-tool-cache (push) Successful in 12s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 32s
Build Workflow / Build (push) Failing after 34s
Build Workflow / Deploy (push) Has been skipped
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 34s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 28s
Output Information / info (push) Successful in 7s

This commit is contained in:
2025-05-25 15:58:46 +02:00
parent 00facc2f72
commit 0c4e80646c
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
path: ~/.npm path: ~/.npm
key: deps-node-modules-${{ steps.get-cache-hash.outputs.hash }} key: deps-node-modules-${{ steps.get-cache-hash.outputs.hash }}
- name: Check Cache Hit - name: Check Cache Hit
run: echo "Hit Cache: ${{ steps.cache-modules.outputs.cache-hit }}" run: echo "Hit Cache - ${{ steps.cache-modules.outputs.cache-hit }}"
- name: Install Dependencies - name: Install Dependencies
run: npm ci run: npm ci
- name: Run Tests - name: Run Tests