Skip to content

Commit

Permalink
hash matrix id
Browse files Browse the repository at this point in the history
  • Loading branch information
hlefebvr committed Feb 19, 2025
1 parent 7ea6791 commit f71cf07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: coverage__${{ github.job }}__${{ github.run_id }}
name: coverage__${{ github.job }}__${{ github.run_id }}__$(echo -n "${{ matrix.test }}" | sha256sum | awk '{print $1}')
path: "coverage__*.info"

Mosek:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: coverage__${{ github.job }}__${{ github.run_id }}
name: coverage__${{ github.job }}__${{ github.run_id }}__$(echo -n "${{ matrix.test }}" | sha256sum | awk '{print $1}')
path: "coverage__*.info"

GLPK:
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: coverage__${{ github.job }}__${{ github.run_id }}
name: coverage__${{ github.job }}__${{ github.run_id }}__$(echo -n "${{ matrix.test }}" | sha256sum | awk '{print $1}')
path: "coverage__*.info"

HiGHS:
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: coverage__${{ github.job }}__${{ github.run_id }}
name: coverage__${{ github.job }}__${{ github.run_id }}__$(echo -n "${{ matrix.test }}" | sha256sum | awk '{print $1}')
path: "coverage__*.info"

Coverage:
Expand Down

0 comments on commit f71cf07

Please sign in to comment.