Skip to content

Commit 7f11d43

Browse files
committed
1 parent 6060657 commit 7f11d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ tests:
77
- go env GOPATH
88
script:
99
- /go/bin/bazelisk test //:test
10-
- find bazel-bin/
10+
- cp bazel-bin/checktestdata .
1111
artifacts:
1212
when: always
1313
paths:
14-
- bazel-bin/checktestdata
14+
- checktestdata

0 commit comments

Comments
 (0)