diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5119542..a8401c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,12 +7,14 @@ on: [push] # SKIP_MAIL: true # SKIP_ORACLE: true # SKIP_COMMIT: true +# SKIP_DNS: true jobs: test: runs-on: ubuntu-latest services: dind: image: docker:dind-rootless + alias: docker ports: - 2375:2375 steps: @@ -31,6 +33,7 @@ jobs: # github copies the files with api, not as clone, check fails # https://github.com/actions/checkout/issues/335 SKIP_COMMIT: true + DNS_HOST: "docker" run: go test -v ./... -coverprofile=coverage.txt -covermode=atomic - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4