Skip to content

Commit

Permalink
Exclude transformation tests in presubmits
Browse files Browse the repository at this point in the history
  • Loading branch information
avilevy18 committed Oct 25, 2023
1 parent 4e02e62 commit 4072191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
go install github.com/mattn/goveralls@latest
- if: ${{ runner.os == 'Linux' }}
run: if [ $(goimports -l .) ]; then goimports -d .; echo 'Failed the goimports format check. Please format the code using "goimports -w ."'; exit 1; fi
- run: go test -mod=mod -coverpkg="./..." -coverprofile=covprofile ./...
- run: go test $(go list ./... | grep -v /transformation_test/) -mod=mod -coverpkg="./..." -coverprofile=covprofile ./...
- env:
COVERALLS_TOKEN: ${{ secrets.github_token }}
run: goveralls -coverprofile=covprofile -service=github -ignore="confgenerator/filter/internal/generated/*/*"
Expand Down

0 comments on commit 4072191

Please sign in to comment.