test2
Some checks failed
Auth & User Management Service CI / Explore-Gitea-Actions (push) Failing after 12s

This commit is contained in:
xiabin 2025-02-11 11:06:15 +08:00
parent 1be2180012
commit f17d83af6b

View File

@ -11,10 +11,6 @@ jobs:
- /go/pkg/mod:/go/pkg/mod - /go/pkg/mod:/go/pkg/mod
steps: steps:
- name: Checkout code - uses: actions/checkout@v5
uses: actions/checkout@v5 - uses: actions/setup-go@v5
- run: go version
- name: Build Auth Service
run: |
ls -la
tree