Test CI v2.1.29
Some checks failed
Go CI Pipeline / Lint Code (push) Failing after 16s
Go CI Pipeline / Security Scan (SCA) (push) Failing after 1m3s
DNS & Network Test / network-test (push) Failing after 3s
Go CI Pipeline / Run Tests (push) Successful in 52s
Go CI Pipeline / Build Application (push) Has been skipped

This commit is contained in:
phattt2901 2025-05-04 12:48:48 +07:00
parent b37f818050
commit 580c0deff3
2 changed files with 1 additions and 3 deletions

View File

@ -11,8 +11,6 @@ jobs:
lint:
name: Lint Code # Tên hiển thị của job
runs-on: ubuntu-latest # Chỉ định runner có label này (label mặc định phổ biến)
container:
image: golangci/golangci-lint:v2.1.5-alpine
steps:
- name: Checkout code
uses: actions/checkout@v3 # Action để lấy code về runner

View File

@ -8,7 +8,7 @@ jobs:
network-test:
runs-on: ubuntu-latest # GITEA_RUNNER_LABELS cần map tới: docker://ubuntu:20.04
container:
image: ubuntu:20.04
image: nikolaik/golang-nodejs:1.22-20
options: --network gitea_gitea_network
steps:
- name: Add host IP alias