Skip to content

Commit

Permalink
devop: Docker env removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed May 20, 2024
1 parent 87b26ed commit 32f6c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/codecept
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
cd $PROJECT_DIR

echo "Running 'codecept $@' in Docker..."
~/.composer/vendor/bin/codecept $@ --env docker --no-redirect $no_exit
~/.composer/vendor/bin/codecept $@ --no-redirect $no_exit

if [ 'run' = "$1" ]; then
declare test_output="tests/_output";
Expand Down

0 comments on commit 32f6c28

Please sign in to comment.