Skip to content

Commit

Permalink
add debugging steps
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Sep 30, 2024
1 parent bf0b8cf commit a710659
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 @@ -6,6 +6,8 @@ ENV PATH="/repo/cairo-build/bin:/repo/scarb-build/bin:${PATH}"

COPY . /repo/
WORKDIR /repo
RUN nix develop -c ls
RUN nix develop -c ls scarb-build
RUN nix develop -c helm repo update
RUN nix develop -c /repo/integration-tests/scripts/buildTests "${SUITES}"
ENTRYPOINT ["/repo/integration-tests/scripts/entrypoint"]

0 comments on commit a710659

Please sign in to comment.