.gitea/workflows/build.yml aktualisiert
List Runner Tool Cache (Persistent) / check-tool-cache (push) Successful in 12s
Output Information / info (push) Successful in 10s
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 34s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 32s

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