From 972480ff0c38eaa3024800a69cbcce93969565dd Mon Sep 17 00:00:00 2001 From: Kevin Gilpin Date: Mon, 30 Oct 2023 12:17:05 -0400 Subject: [PATCH] revertme: (AppMap) Run install-action --- .github/workflows/main.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8544472..4182038 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,6 +30,22 @@ jobs: with: bundler-cache: true + # Begin AppMap CI language agent installation. + # This snippet can be safely removed once the AppMap language agent has been + # added to the project dependencies, and appmap.yml has been created. + - name: Enable appmap gem update + run: bundle config unset deployment + - name: Install AppMap tools + id: install-appmap + uses: getappmap/install-action@v1 + with: + project-type: bundler + - name: Commit changes + uses: EndBug/add-and-commit@v9 + with: + message: "ci: Add AppMap language agent and appmap.yml" + # End AppMap CI language agent installation + - name: Run tests run: bundle exec rails test -``` +``` \ No newline at end of file