From f3cc424aec2f51abd0aac803ffd3bbb19c9a39bd Mon Sep 17 00:00:00 2001 From: Kevin Gilpin Date: Mon, 30 Oct 2023 17:45:43 -0400 Subject: [PATCH] revert: (AppMap) Create the baseline AppMap archive --- .github/workflows/main.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1bb1618..c73c922 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,10 +20,4 @@ jobs: bundler-cache: true - name: Run tests - run: bundle exec rails test - - - name: Archive AppMaps - id: appmap-bootstrap-archive-appmaps - uses: getappmap/archive-action@v1 - with: - revision: ${{ github.event.pull_request.base.sha }} \ No newline at end of file + run: bundle exec rails test \ No newline at end of file