test4
All checks were successful
Auth & User Management Service CI / Explore-Gitea-Actions (push) Successful in 13s

This commit is contained in:
xiabin 2025-02-11 11:18:48 +08:00
parent 6144d30327
commit a7c78b166d

View File

@ -5,10 +5,10 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: runner
container:
image: golang:alpine
volumes:
- /go/pkg/mod:/go/pkg/mod
# container:
# image: golang:alpine
# volumes:
# - /go/pkg/mod:/go/pkg/mod
steps:
- uses: actions/checkout@v4