CI Fix
Some checks failed
CI Pipeline for the Go API / Docker Image Build Test (push) Failing after 10s
Some checks failed
CI Pipeline for the Go API / Docker Image Build Test (push) Failing after 10s
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
docker-test:
|
||||
name: Docker Image Build Test
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
# compose-test:
|
||||
# name: 🧩 Docker Compose Validation
|
||||
# runs-on: ubuntu-latest
|
||||
# runs-on: docker-latest
|
||||
# # concurrency: docker-runner-2
|
||||
# steps:
|
||||
# - name: Checkout repository
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
#
|
||||
# go-build:
|
||||
# name: 🦦 Go Build & Cross-Compile
|
||||
# runs-on: ubuntu-latest
|
||||
# runs-on: docker-latest
|
||||
# # concurrency: docker-runner-3
|
||||
# steps:
|
||||
# - name: Checkout repository
|
||||
|
||||
Reference in New Issue
Block a user