test exist code
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Tests / Go-Tests (push) Failing after 15s

This commit is contained in:
2026-08-20 00:05:08 -06:00
parent c69db85021
commit bc559ddce1
+5 -1
View File
@@ -22,4 +22,8 @@ jobs:
- name: Run go tests
run: |
go test ./...
- run: echo "🍏 This job's status is ${{ job.status }}."
- name: Testing exit code
run: |
exit 1
- name: Job status
run: echo "${{ job.status }}"