test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s

This commit is contained in:
xiabin 2025-02-11 10:50:03 +08:00
parent 7a25bcd968
commit 6670c66559

View File

@ -9,11 +9,6 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
- name: Build Service - name: Build Service
run: | run: |
cd app/${{ matrix.service }} cd app/${{ matrix.service }}