You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're right, it's because the tox-verify workflow is being called from a step, whereas re-usable workflows have to be called as self-contained/top-level jobs. I suspect the subsequent step:
- name: Run Sonar Cloud scan
uses: sonarsource/sonarcloud-github-action@master
...needs to be merged into a single core workflow, where the two steps can be called together? We'll need to check where it is being used though, as changing the behaviour might cause unintended breakage. However, I suspect the tox-verify step might instead be better constructed as an action, which would also solve the problem?
It seems the workflow composed-tox-sonar-cloud.yaml is broken and throws the following error:
Looks like there is a misconfiguration in the yaml somewhere.
The text was updated successfully, but these errors were encountered: