Skip to content

Commit

Permalink
Need to always set the env var so the maps save correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
petecheslock committed Sep 1, 2023
1 parent 5ed1b1e commit ada7a7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/appmap-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ jobs:
pytest --no-cov --splits 18 --group ${{ matrix.group }}
- name: Set matrix group env var with zero-based numbering
if: always()
env:
NUM: ${{ matrix.group }}
run: |
echo "ARCHIVE_ID=$(($NUM - 1))" >> $GITHUB_ENV
- name: Save AppMap archive
if: (success() || failure())
if: always()
uses: getappmap/archive-action@v1
with:
archive-id: ${{ env.ARCHIVE_ID }}
Expand Down

0 comments on commit ada7a7d

Please sign in to comment.