We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfcc43 commit ad6c189Copy full SHA for ad6c189
.github/workflows/test.yml
@@ -38,5 +38,5 @@ jobs:
38
uses: actions/upload-artifact@v2
39
if: failure()
40
with:
41
- name: ${{ matrix.os }}-diff-output
+ name: ${{ matrix.os }}-${{ matrix.node-version }}-diff-output
42
path: ${{ github.workspace }}/tests/**/__diff_output__/*
0 commit comments