Skip to content

Commit 07eeff5

Browse files
committed
only build carts
1 parent 41b9557 commit 07eeff5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_build_carts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ jobs:
3737
sudo make install
3838
- name: Build Carts
3939
run: npm run build:carts
40+
- name: Output Carts
41+
uses: actions/upload-artifact@v4
42+
with:
43+
name: carts
44+
path: build/carts/*.null0

0 commit comments

Comments
 (0)