Skip to content

Commit

Permalink
enable CI=true operation
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Aug 13, 2021
1 parent 25987e8 commit da33fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ CMD ["/bin/bash"]
# Running tests
########################################################################################################################
FROM superchain as test
ENV CI=true
COPY --chown=superchain:superchain . /tmp/source
WORKDIR /tmp/source
# Make sure we start fresh (symlinks from outside the build may cause issues, e.g: python venvs)
Expand Down

0 comments on commit da33fd9

Please sign in to comment.