Fix matchers setup when action is called twice

This commit is contained in:
Shivam Mathur
2020-10-17 05:01:32 +05:30
parent 12b1061a6b
commit ee05ca54f6
3 changed files with 3 additions and 3 deletions

View File

@ -299,5 +299,5 @@ pecl_file="$scan_dir"/99-pecl.ini
echo '' | sudo tee "$pecl_file" >/dev/null 2>&1
sudo rm -rf /usr/local/bin/phpunit >/dev/null 2>&1
sudo chmod 777 "$ini_file" "$pecl_file" "$tool_path_dir"
sudo mv "$dist"/../src/configs/*.json "$RUNNER_TOOL_CACHE/"
sudo cp "$dist"/../src/configs/*.json "$RUNNER_TOOL_CACHE/"
add_log "$tick" "PHP" "$status PHP $semver"