Skip to content

Commit

Permalink
revert run_tests.bash in Codeception_With_Suite_Overridings
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz committed Jan 31, 2021
1 parent 3a0e147 commit b9f7e1e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/e2e/Codeception_With_Suite_Overridings/run_tests.bash
Expand Up @@ -32,22 +32,8 @@ then
exit 0
fi

git_branch="${GITHUB_HEAD_REF:-$(git rev-parse --abbrev-ref HEAD)}"

if [ "$git_branch" == "master" ]; then
exit 0;
fi;

sed -i "s/\"infection\/codeception-adapter\": \"dev-master\"/\"infection\/codeception-adapter\": \"dev-${git_branch}\"/" composer.json

set -e pipefail

rm -f composer.lock
composer install

run "vendor/bin/infection"

git checkout composer.json

diff -w expected-output.txt infection.log

0 comments on commit b9f7e1e

Please sign in to comment.