Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Sep 30, 2024
1 parent d27ac20 commit bbf35bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,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 /repo/scarb-build
RUN nix develop -c ls scarb-build
RUN nix develop -c ls /repo/scarb-build/bin
RUN nix develop -c ls scarb-build/bin
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 bbf35bc

Please sign in to comment.