.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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user