Skip to content

Commit

Permalink
update test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi2Day committed Sep 13, 2024
1 parent 182f441 commit 7727947
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 7727947

Please sign in to comment.