File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ on: workflow_call
44
55jobs :
66 code-check :
7+ name : ${{ matrix.target.name }}
78 strategy :
89 matrix :
910 target :
Original file line number Diff line number Diff line change 3434 set -x
3535 poetry install --all-extras --with dev
3636 - uses : nanasess/setup-chromedriver@v2.3.0
37- - name : Run pytest
37+ - name : ${{ matrix.python }} / ${{ matrix.scope }}
3838 if : matrix.scope == 'pytest'
3939 run : poetry run pytest
4040 - uses : actions/upload-artifact@v5
4343 name : screenshots-${{ matrix.python }}
4444 path : screenshots/*.failed.png
4545 retention-days : 14
46- - name : Run startup tests
46+ - name : ${{ matrix.python }} / ${{ matrix.scope }}
4747 if : matrix.scope == 'startup'
4848 run : poetry run ./test_startup.sh
4949 - name : Restore dependencies for effective caching
You can’t perform that action at this time.
0 commit comments