Github actions - nobu0605/accounting-application-api GitHub Wiki
Deploying to Heroku from GitHub Actions
At first, we have to deploy this app to Heroku manually.
https://dev.to/heroku/deploying-to-heroku-from-github-actions-29ej
The condition of branch
https://github.community/t/if-github-ref-x-while-not-on-the-branch-now-causes-a-build-failure/18055
PHP version
I had to change PHP version to 7.3.2.
Otherwise, I encounter this error.
1) Tests\Feature\UserApiTest::testGetApiUserWithTokenInHeaders
InvalidArgumentException: It was not possible to parse your key, reason:
https://qiita.com/nagi125/items/6c9d50b0da0f92d8f301