Skip to content

Commit 83e58b7

Browse files
authored
Update code-qa.yml
1 parent 19c3029 commit 83e58b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/code-qa.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
- name: Check types
4242
run: pnpm check-types
4343

44-
platform-unit-test:
44+
unit-test:
45+
name: platform-unit-test (${{ matrix.name }})
4546
runs-on: ${{ matrix.os }}
4647
strategy:
4748
matrix:
@@ -91,7 +92,7 @@ jobs:
9192

9293
notify-slack-on-failure:
9394
runs-on: ubuntu-latest
94-
needs: [check-translations, knip, compile, platform-unit-test, integration-test]
95+
needs: [check-translations, knip, compile, unit-test, integration-test]
9596
if: ${{ always() && github.event_name == 'push' && github.ref == 'refs/heads/main' && contains(needs.*.result, 'failure') }}
9697
steps:
9798
- name: Checkout code

0 commit comments

Comments
 (0)