We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d473e3 commit 5dbc82dCopy full SHA for 5dbc82d
.github/workflows/unit-tests.yml
@@ -60,7 +60,7 @@ jobs:
60
git config --global init.defaultBranch main
61
git config --global advice.detachedHead false
62
63
- (php --ri relay 2>&1 > /dev/null) || sudo rm /etc/php/*/cli/conf.d/20-relay.ini
+ (php --ri relay 2>&1 > /dev/null) || sudo rm -f /etc/php/*/cli/conf.d/20-relay.ini
64
65
COMPOSER_HOME="$(composer config home)"
66
([ -d "$COMPOSER_HOME" ] || mkdir "$COMPOSER_HOME") && cp .github/composer-config.json "$COMPOSER_HOME/config.json"
0 commit comments