Skip to content

Commit

Permalink
Run even if tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
petecheslock committed Aug 31, 2023
1 parent 49b89e1 commit 1da2b9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/appmap-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run: pytest --cov=misago --splits 5 --group ${{ matrix.group }}

- name: Save AppMap archive
if: (success() || failure())
uses: getappmap/archive-action@v1
with:
archive-id: ${{ matrix.group }}
Expand All @@ -70,6 +71,7 @@ jobs:
archive-count: 5

- name: Archive AppMaps
if: (success() || failure())
uses: getappmap/archive-action@v1
with:
revision: ${{ github.event.pull_request.base.sha }}

0 comments on commit 1da2b9b

Please sign in to comment.