Debug: wtf
Some checks failed
Go test / check-swagger-up-to-date (push) Successful in 10s
Go test / run-go-test (push) Failing after 21s
Go test / run-go-vet (push) Successful in 6s
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:17:46 +08:00
parent e6c46f29f5
commit e6713dddc4
6 changed files with 36 additions and 12 deletions

View File

@@ -35,6 +35,7 @@ jobs:
runs-on: imgbuilder
env:
COMPOSE_ARGS: '-p go2025-backend'
DOCKER_BUILD_ARGS: '--quiet'
steps:
- name: Checkout repository
uses: actions/checkout@v4
@@ -57,6 +58,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