aiidateam / aiida-core

The official repository for the AiiDA code
https://aiida-core.readthedocs.io
Other
412 stars 184 forks source link

GHA: Fix test-install workflow #6409

Closed danielhollas closed 1 month ago

danielhollas commented 1 month ago

If a workflow file is faulty, GitHub UI doesn't even bother showing the workflow at all on PR page. Thanks, I hate it.

https://github.com/aiidateam/aiida-core/actions/runs/9182083348

sphuber commented 1 month ago

Thanks @danielhollas . What was the actual main failure here? Was it the unsupported use of upload-artifact? Or was it the path of the uses: ./.github/actions/install-aiida-core?

danielhollas commented 1 month ago

Well, there were three fatal failures, but the one that ruled them all was the uses line, which made the whole workflow invalid which hid the other issues.