Conversation
|
Please check the test failures. I can help with the Bats tests, if needed—just let me know. |
|
I don't know context of @defunctl workflow run, but I would like to share my experience here because I cause a same error messages as show by his before screenshots. My workflow After many tests, I realized that my context is reusable worflows and I don't PASS it as expected. See Official Documentation that save me : https://docs.github.com/en/actions/how-tos/sharing-automations/reuse-workflows#using-inputs-and-secrets-in-a-reusable-workflow I.e: llaville/graph-uml@3bd38bb @ramsey Perharps a NOTE on documentation about such context will help future users that could run in trouble
This issue (screenshot) also raised when you define a name: Install Composer dependencies
uses: ramsey/composer-install@v3
with:
composer-options: "--prefer-dist"
env: # https://github.com/ramsey/composer-install?tab=readme-ov-file#fork-and-private-repositories
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.COMPOSER_AUTH }}"}}' |

Description
Currently, if
composer validatefails, you don't actually know why. This displays the error message.Motivation and context
Not an exact fix for this, but at least it would tell the user what went wrong: #250
How has this been tested?
I ran it in my private GitHub repo.
Before:

After:

Types of changes
PR checklist