Skip to content

Commit

Permalink
print go version and location
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Nov 28, 2024
1 parent d6a1113 commit f4c9ae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration-tests/test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ ENV PATH="/repo/cairo-build/bin:/repo/scarb-build/bin:${PATH}"
COPY . /repo/
WORKDIR /repo
RUN nix develop -c helm repo update
RUN nix develop -c which go
RUN nix develop -c go version
RUN nix develop -c /repo/integration-tests/scripts/buildTests "${SUITES}" "${GITHUB_TOKEN}"
ENTRYPOINT ["/repo/integration-tests/scripts/entrypoint"]

0 comments on commit f4c9ae2

Please sign in to comment.