Skip to content

Commit

Permalink
ci: Back out analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilpin committed May 9, 2024
1 parent e1de84f commit 1407932
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,6 @@ jobs:
yarn run lint
yarn run test
- 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

Expand Down Expand Up @@ -210,18 +203,6 @@ jobs:
yarn workspaces foreach -v -t --exclude root --exclude @appland/appmap --exclude @appland/components --exclude @appland/scanner run lint
yarn workspaces foreach -v -t --exclude root --exclude @appland/appmap --exclude @appland/components --exclude @appland/scanner run test
appmap-analysis:
if: always()
needs: [test_cli]
uses: getappmap/analyze-action/.github/workflows/appmap-analysis.yml@v1
with:
directory: ./packages/cli
permissions:
actions: read
contents: read
checks: write
pull-requests: write

release:
if: github.ref == 'refs/heads/main'
needs:
Expand Down

0 comments on commit 1407932

Please sign in to comment.