diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 465f935..912dc4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,4 +27,14 @@ jobs: if: always() with: path: ./tmp/appmap - key: appmaps-${{ github.sha }}-${{ github.run_attempt }} \ No newline at end of file + key: appmaps-${{ github.sha }}-${{ github.run_attempt }} + + appmap-analysis: + if: always() + needs: [ test ] + uses: getappmap/analyze-action/.github/workflows/appmap-analysis.yml@v1 + permissions: + actions: read + contents: read + checks: write + pull-requests: write \ No newline at end of file