2025-02-11 10:58:56 +08:00

25 lines
442 B
YAML

name: Auth & User Management Service CI
on:
push:
branches: [main, dev]
paths:
- 'app/auth_service/**'
- 'app/user_management/**'
jobs:
build-and-run:
runs-on: runner
container:
image: golang:alpine
volumes:
- /go/pkg/mod:/go/pkg/mod
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Build Auth Service
run: |
ls -la
tree