Skip to content

Commit

Permalink
Include package version in test results (#11068)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne authored Aug 8, 2022
1 parent 8b098c2 commit 7d0dab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -674,15 +674,15 @@ jobs:
uses: actions/upload-artifact@v2
if: always()
with:
name: TestResult-${{matrix.jupyter}}-${{matrix.python}}-${{matrix.pythonVersion}}-${{matrix.webOrDesktop}}-${{matrix.os}}
name: TestResult-${{matrix.jupyter}}-${{matrix.python}}-${{matrix.pythonVersion}}-${{matrix.packageVersion}}-${{matrix.webOrDesktop}}-${{matrix.os}}
path: testresults.json
retention-days: 1

- name: Upload test failure notebook file
uses: actions/upload-artifact@v2
if: always()
with:
name: TestResultNotebook-${{matrix.jupyter}}-${{matrix.python}}-${{matrix.pythonVersion}}-${{matrix.webOrDesktop}}-${{matrix.os}}
name: TestResultNotebook-${{matrix.jupyter}}-${{matrix.python}}-${{matrix.pythonVersion}}-${{matrix.packageVersion}}-${{matrix.webOrDesktop}}-${{matrix.os}}
path: testresults.ipynb
retention-days: 4

Expand Down

0 comments on commit 7d0dab5

Please sign in to comment.