Skip to content

Commit 1407932

Browse files
committed
ci: Back out analysis
1 parent e1de84f commit 1407932

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,6 @@ jobs:
135135
yarn run lint
136136
yarn run test
137137
138-
- name: Save AppMaps
139-
uses: actions/cache/save@v3
140-
if: always()
141-
with:
142-
path: ./packages/cli/tmp/appmap
143-
key: appmaps-${{ github.sha }}-${{ github.run_attempt }}
144-
145138
test_scanner:
146139
runs-on: ubuntu-latest
147140

@@ -210,18 +203,6 @@ jobs:
210203
yarn workspaces foreach -v -t --exclude root --exclude @appland/appmap --exclude @appland/components --exclude @appland/scanner run lint
211204
yarn workspaces foreach -v -t --exclude root --exclude @appland/appmap --exclude @appland/components --exclude @appland/scanner run test
212205
213-
appmap-analysis:
214-
if: always()
215-
needs: [test_cli]
216-
uses: getappmap/analyze-action/.github/workflows/appmap-analysis.yml@v1
217-
with:
218-
directory: ./packages/cli
219-
permissions:
220-
actions: read
221-
contents: read
222-
checks: write
223-
pull-requests: write
224-
225206
release:
226207
if: github.ref == 'refs/heads/main'
227208
needs:

0 commit comments

Comments
 (0)