We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a8d48 commit 6b57980Copy full SHA for 6b57980
.github/workflows/tests.yml
@@ -1,4 +1,4 @@
1
-name: Test
+name: Tests
2
3
on:
4
pull_request:
@@ -67,8 +67,8 @@ jobs:
67
# 1. Tests are skipped (no relevant changes) OR
68
# 2. All tests pass (both Ubuntu and macOS)
69
# This job fails only if tests actually fail
70
- test:
71
- name: Test
+ all-tests:
+ name: All Tests
72
runs-on: ubuntu-latest
73
needs: [check-for-changes, test-ubuntu, test-macos]
74
if: always()
0 commit comments