Fix: reset before ci testing
Some checks failed
Go test / run-go-vet (push) Successful in 7s
Go test / check-swagger-up-to-date (push) Successful in 9s
Go test / run-go-test (push) Failing after 31s
Go test / release-image (push) Has been skipped
Go test / cleanup-go-test (push) Successful in 4s

This commit is contained in:
2025-12-13 02:01:17 +08:00
parent 7a108de0ab
commit e6c46f29f5
3 changed files with 4 additions and 3 deletions

View File

@@ -40,6 +40,8 @@ jobs:
uses: actions/checkout@v4
- name: Run docker compose
run: make docker-quiet
- name: Reset states
run: make reset
- name: Run go test
run: make test
cleanup-go-test: