Skip to content

Commit 37a2aed

Browse files
committed
save workspace as artifact
1 parent c885220 commit 37a2aed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
cache: 'npm'
3636
- run: npm ci
3737
- run: npm run build --if-present
38+
- name: upload workspace before test
39+
uses: actions/upload-artifact@v4
40+
with:
41+
name: ${{ github.job }}
42+
path: .
3843
- name: Test
3944
run: |
4045
export ACE_ROOT=`pwd`/ACE_TAO/ACE

0 commit comments

Comments
 (0)