Skip to content

Commit

Permalink
#105 disambiguate failure results artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
spoltier committed Dec 24, 2020
1 parent f0e0640 commit e9f29b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
if: failure()
uses: actions/upload-artifact@main
with:
name: ${{ runner.os }}-r${{ matrix.config.r-version }}-results
name: ${{ matrix.config.os-name }}${{matrix.config.os-version}}-java${{ matrix.config.java }}-R${{ matrix.config.r-version }}-results
path: |
tests/XLConnect_Unit_Tests.*
check/XLConnect.Rcheck/
Expand Down

0 comments on commit e9f29b3

Please sign in to comment.