Skip to content

Commit

Permalink
revertme: (AppMap) Create the baseline AppMap archive
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilpin committed Oct 30, 2023
1 parent b000560 commit da3ba7b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,12 @@ jobs:
# End AppMap CI language agent installation

- name: Run tests
run: bundle exec rails test
run: bundle exec rails test

# Begin AppMap bootstrap archive step
- name: Archive AppMaps
id: appmap-bootstrap-archive-appmaps
uses: getappmap/archive-action@v1
with:
revision: ${{ github.event.pull_request.base.sha }}
# End AppMap bootstrap archive step

0 comments on commit da3ba7b

Please sign in to comment.