Commit a6d9602c authored by tom's avatar tom

[skip ci] shorten test job names

parent 682f937f
......@@ -62,7 +62,7 @@ jobs:
run: yarn lint:tsc
jest_tests:
name: Run unit tests with Jest
name: Jest tests
needs: [ code_quality ]
runs-on: ubuntu-latest
steps:
......@@ -92,7 +92,7 @@ jobs:
run: yarn test:jest
pw_tests:
name: 'Run components visual tests with PlayWright, project: ${{ matrix.project }}'
name: 'Playwright tests - project: ${{ matrix.project }}'
needs: [ code_quality ]
runs-on: ubuntu-latest
container:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment