Commit 261e1ad 1 parent 7627aee commit 261e1ad Copy full SHA for 261e1ad
File tree 4 files changed +12
-1
lines changed
4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN make build
47
47
# Copy binaries to /output.
48
48
49
49
RUN mkdir -p /output \
50
- && cp -R ${GOPATH}/src/serve-grpc/target/* /output/
50
+ && cp -R ${GOPATH}/src/serve-grpc/target/* /output/
51
51
52
52
# -----------------------------------------------------------------------------
53
53
# Stage: final
Original file line number Diff line number Diff line change @@ -138,6 +138,11 @@ run: run-osarch-specific
138
138
.PHONY : test
139
139
test : test-osarch-specific
140
140
141
+
142
+ .PHONY : docker-test
143
+ docker-test :
144
+ @docker-compose -f docker-compose.test.yaml up
145
+
141
146
# -----------------------------------------------------------------------------
142
147
# Coverage
143
148
# -----------------------------------------------------------------------------
Original file line number Diff line number Diff line change
1
+ version : ' 3'
2
+ services :
3
+ sut :
4
+ build : .
5
+ entrypoint : [""]
6
+ command : ["/app/container-test.sh"]
You can’t perform that action at this time.
0 commit comments