From 322dd2da07888953426187eee59513265e459ed6 Mon Sep 17 00:00:00 2001 From: Kevin Gilpin Date: Fri, 10 May 2024 08:22:19 -0400 Subject: [PATCH] Revert "ci: Back out analysis" This reverts commit 7eab3530558a1ad73c90b92a36c5699bccf5fce0. --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62ee354ef6..f47c469e6a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -142,6 +142,13 @@ jobs: path: ./packages/cli/tmp/appmap key: appmaps-${{ github.sha }}-${{ github.run_attempt }} + - name: Save AppMaps + uses: actions/cache/save@v3 + if: always() + with: + path: ./packages/cli/tmp/appmap + key: appmaps-${{ github.sha }}-${{ github.run_attempt }} + test_scanner: runs-on: ubuntu-latest