Skip to content

Commit 1b23bd9

Browse files
committed
Add caching for npm & fix ci.yml
1 parent b82d5c4 commit 1b23bd9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Archive artifacts
5555
run: |
5656
mkdir -p /tmp/artifacts
57-
tar -czf /tmp/artifacts/targets.tar.gz $(find . -name "target" -type d) tools/marvin/dist
57+
tar -czf /tmp/artifacts/targets.tar.gz $(find . -name "target" -type d) tools/marvin/dist engine/schema/dist utils/conf
5858
tar -czf /tmp/artifacts/m2-cloudstack.tar.gz -C ~/.m2/repository org/apache/cloudstack
5959
- name: Upload artifacts
6060
uses: actions/upload-artifact@v7

.github/workflows/ui.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
uses: actions/setup-node@v6
3838
with:
3939
node-version: 16
40+
cache: 'npm'
41+
cache-dependency-path: 'ui/package-lock.json'
4042

4143
- name: Env details
4244
run: |

0 commit comments

Comments
 (0)