Skip to content

Commit 76345eb

Browse files
committed
Disable appmap for now
1 parent b181ba2 commit 76345eb

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

.github/workflows/tests.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,19 @@ jobs:
7070
- name: Run Tests
7171
run: bundle exec rails test:all
7272

73-
- name: Save AppMaps
74-
uses: actions/cache/save@v3
75-
if: always()
76-
with:
77-
path: ./tmp/appmap
78-
key: appmaps-${{ github.sha }}-${{ github.run_attempt }}
79-
80-
appmap-analysis:
81-
if: always()
82-
needs: [ruby_test]
83-
uses: getappmap/analyze-action/.github/workflows/appmap-analysis.yml@v1
84-
permissions:
85-
actions: read
86-
contents: read
87-
checks: write
88-
pull-requests: write
73+
# - name: Save AppMaps
74+
# uses: actions/cache/save@v3
75+
# if: always()
76+
# with:
77+
# path: ./tmp/appmap
78+
# key: appmaps-${{ github.sha }}-${{ github.run_attempt }}
79+
80+
#appmap-analysis:
81+
# if: always()
82+
# needs: [ruby_test]
83+
# uses: getappmap/analyze-action/.github/workflows/appmap-analysis.yml@v1
84+
# permissions:
85+
# actions: read
86+
# contents: read
87+
# checks: write
88+
# pull-requests: write

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/dummy/db/schema.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# frozen_string_literal: true
2-
31
# This file is auto-generated from the current state of the database. Instead
42
# of editing this file, please use the migrations feature of Active Record to
53
# incrementally modify your database, and then regenerate this schema definition.

0 commit comments

Comments
 (0)