File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Test
1+ name : CI
22
33on :
44 push :
4747 - name : Check examples are up to date
4848 run : mise run examples-check
4949
50- test-and-build :
51- name : Test and Build
50+ test :
51+ name : Test
5252 needs : lint
5353 strategy :
5454 matrix :
@@ -249,13 +249,13 @@ jobs:
249249 # This provides a single status check for branch protection
250250 test-summary :
251251 name : Test Summary
252- needs : [lint, test-and-build ]
252+ needs : [lint, test]
253253 runs-on : ubuntu-latest
254254 if : always()
255255 steps :
256256 - name : Check test results
257257 run : |
258- if [ "${{ needs.test-and-build .result }}" != "success" ]; then
258+ if [ "${{ needs.test.result }}" != "success" ]; then
259259 echo "Tests failed or were cancelled"
260260 exit 1
261261 fi
You can’t perform that action at this time.
0 commit comments