Skip to content

Commit

Permalink
test some commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag committed Sep 3, 2021
1 parent dc0a635 commit 7f8f0fd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ sut:
command: >
sh -c "box version
&& echo 'MiniBox Version'
&& cat /etc/minibox-version"
&& cat /etc/minibox-version
&& apk update
&& apk add git
&& mkdir /tmp/cfml-ci-examples/
&& cd /tmp/cfml-ci-examples/
&& git clone https://github.com/foundeo/cfml-ci-examples.git .
&& box cflint reportLevel=ERROR
&& box codechecker run"

0 comments on commit 7f8f0fd

Please sign in to comment.