Skip to content

Commit

Permalink
Make test results artifacts uniquely named
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-differentiation-dev committed Nov 29, 2024
1 parent 6f2df65 commit 9570b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: Test Results (linux ${{ matrix.compiler }}-${{ matrix.config }}-${{ matrix.reuse_slots }}-${{ matrix.memory }}-${{ matrix.standard }})
name: Test Results (linux gcc${{ matrix.version }}-${{ matrix.config }}-${{ matrix.reuse_slots }}-${{ matrix.memory }}-${{ matrix.standard }})
path: ${{ env.GITHUB_WORKSPACE }}/build/test_results.xml
- name: coverage tests
if: ${{ matrix.coverage }}
Expand Down

0 comments on commit 9570b12

Please sign in to comment.