From f71cf07b194da91d156e169bf3a6ef8e929e0005 Mon Sep 17 00:00:00 2001 From: Henri Lefebvre Date: Wed, 19 Feb 2025 19:15:07 +0100 Subject: [PATCH] hash matrix id --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index eda13cb40..5612a4e52 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: @@ -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: @@ -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: @@ -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: