Skip to content

Commit ad6c189

Browse files
committed
Revert "Remove node version from diff artifact"
This reverts commit 9cfcc43.
1 parent 9cfcc43 commit ad6c189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
uses: actions/upload-artifact@v2
3939
if: failure()
4040
with:
41-
name: ${{ matrix.os }}-diff-output
41+
name: ${{ matrix.os }}-${{ matrix.node-version }}-diff-output
4242
path: ${{ github.workspace }}/tests/**/__diff_output__/*

0 commit comments

Comments
 (0)