We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff1ccc commit 8122d31Copy full SHA for 8122d31
.gitlab-ci.yml
@@ -7,3 +7,7 @@ tests:
7
- go env GOPATH
8
script:
9
- /go/bin/bazelisk test //:test
10
+ artifacts:
11
+ when: always
12
+ paths:
13
+ - bazel-bin/checktestdata
0 commit comments