Skip to content

Commit a115bbb

Browse files
committed
graphql: git clone testcases from execution-apis
Signed-off-by: jsvisa <[email protected]>
1 parent 58e17d9 commit a115bbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

simulators/ethereum/graphql/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
FROM golang:1-alpine as builder
33
RUN apk add --update git gcc musl-dev linux-headers
44

5+
# Clone the tests repo.
6+
RUN git clone --depth 1 https://github.com/ethereum/execution-apis.git /execution-apis
7+
58
# Build the simulator executable.
69
ADD . /source
710
WORKDIR /source
@@ -12,4 +15,5 @@ FROM alpine:latest
1215
ADD . /source
1316
WORKDIR /source
1417
COPY --from=builder /source/graphql .
18+
COPY --from=builder /execution-apis/graphql/tests ./tests
1519
ENTRYPOINT ["./graphql"]

0 commit comments

Comments
 (0)