Skip to content

Commit 9484cc7

Browse files
committed
ci: fix naming of uploaded acceptance test artifacts
1 parent febb150 commit 9484cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: always()
8080
uses: actions/upload-artifact@v3
8181
with:
82-
name: unit-tests-${{matrix.python }}-${{ matrix.jupyter-app }}-${{matrix.jupyterlab-version}}-${{ github.run_number }}
82+
name: unit-tests-${{ matrix.python-version }}-${{ matrix.jupyter-app }}-${{ matrix.jupyterlab-version }}-${{ github.run_number }}
8383
path: |
8484
./build/pytest
8585
./build/coverage
@@ -127,6 +127,6 @@ jobs:
127127
if: always()
128128
uses: actions/upload-artifact@v3
129129
with:
130-
name: acceptance-tests-${{ matrix.python }}-${{ matrix.jupyter-app }}-${{ matrix.jupyterlab-version }}-${{ github.run_number }}
130+
name: acceptance-tests-${{ matrix.python-version }}-${{ matrix.jupyter-app }}-${{ matrix.jupyterlab-version }}-${{ github.run_number }}
131131
path: |
132132
./build/robot

0 commit comments

Comments
 (0)