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
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:
parent
b37f818050
commit
580c0deff3
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user