From 3ce72716b9370183aa406d6a3e189c6bb2b7a156 Mon Sep 17 00:00:00 2001 From: Adam Mitz Date: Fri, 29 Mar 2024 14:32:02 -0500 Subject: [PATCH] save workspace as artifact --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 057c526..8d61d9b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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