Skip to content

Commit

Permalink
Container based tests
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 17, 2025
1 parent d7b3196 commit cec21d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ COPY ./target/atom.zip .
COPY ./wrapper .
RUN unzip -q atom.zip \
&& composer update --no-progress --prefer-dist --ignore-platform-reqs \
&& cd /opt/nodejs && npm install --only=production && npm install -g . && cd /opt \
&& cd /opt/nodejs && npm install --only=production && bash build.sh && npm install -g . && cd /opt \
&& rm -rf atom.zip composer.json composer.lock composer-setup.php /usr/local/bin/atom \
&& /opt/bin/atom --help \
&& which astgen \
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile.sle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ COPY ./wrapper .
RUN unzip -q atom.zip \
&& source /root/.nvm/nvm.sh \
&& composer update --no-progress --prefer-dist --ignore-platform-reqs \
&& cd /opt/nodejs && npm install --only=production && npm install -g . && cd /opt \
&& cd /opt/nodejs && npm install --only=production && bash build.sh && npm install -g . && cd /opt \
&& rm -rf atom.zip composer.json composer.lock composer-setup.php /usr/local/bin/atom \
&& java --version \
&& /opt/bin/atom --help \
Expand Down

0 comments on commit cec21d7

Please sign in to comment.