Skip to content

Commit

Permalink
Remove node version from diff artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Jul 24, 2020
1 parent 7b6b6e9 commit 9cfcc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
uses: actions/upload-artifact@v2
if: failure()
with:
name: ${{ matrix.os }}-${{ matrix.node-version }}-diff-output
name: ${{ matrix.os }}-diff-output
path: ${{ github.workspace }}/tests/**/__diff_output__/*

0 comments on commit 9cfcc43

Please sign in to comment.