Skip to content

Commit

Permalink
save workspace as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Mar 29, 2024
1 parent c885220 commit 3ce7271
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- name: upload workspace before test
uses: actions/upload-artifact@v4
with:
name: ${{ github.job }}-${{ matrix.node-version }}
path: .
- name: Test
run: |
export ACE_ROOT=`pwd`/ACE_TAO/ACE
Expand Down

0 comments on commit 3ce7271

Please sign in to comment.