Supress error for composer check

This commit is contained in:
alistair3149 2020-01-06 15:15:51 -05:00
parent 5c53d28f55
commit 772f6a1bc6
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -39,8 +39,8 @@ jobs:
git config --global user.email "github-actions@users.noreply.github.com"
git remote set-url origin "https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git add .
git commit -am "Github CI lint"
git push
git commit -am "Github CI lint" || echo "No changes to commit"
git push || echo "No changes to push"
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md