Fix: broken ci and tests
All checks were successful
Go test / run-go-vet (push) Successful in 5s
Go test / run-go-test (push) Successful in 22s
Go test / cleanup-go-test (push) Successful in 4s
Go test / check-swagger-up-to-date (push) Successful in 9s
Go test / release-image (push) Successful in 3m22s

This commit is contained in:
2025-12-13 02:17:46 +08:00
parent e6c46f29f5
commit 0fc8f1f08c
6 changed files with 36 additions and 14 deletions

View File

@@ -35,13 +35,12 @@ jobs:
runs-on: imgbuilder
env:
COMPOSE_ARGS: '-p go2025-backend'
DOCKER_BUILD_ARGS: '--quiet'
steps:
- name: Checkout repository
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:
@@ -57,6 +56,8 @@ jobs:
needs:
- run-go-test
runs-on: imgbuilder
env:
COMPOSE_ARGS: '-p go2025-backend'
steps:
- name: Build and push image
uses: https://gitea.konchin.com/action/docker@main