Skip to content

Commit 3acff56

Browse files
committed
ci: isolate tests from hosted agent env
1 parent b376e2b commit 3acff56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ steps:
1717
- cover-tree.svg
1818
commands:
1919
- . .buildkite/cache-env.sh
20+
- unset BUILDKITE_ORGANIZATION_SLUG BUILDKITE_API_TOKEN
2021
- go test -coverprofile cover.out ./...
2122
- go run github.com/nikolaydubina/go-cover-treemap@v1.5.1 -coverprofile cover.out > cover-tree.svg
2223
- echo '<details><summary>Coverage tree map</summary><img src="artifact://cover-tree.svg" alt="Test coverage tree map" width="70%"></details>' | buildkite-agent annotate --style "info"

0 commit comments

Comments
 (0)