Marvin Mottet
Results
2
comments of
Marvin Mottet
A simple workaround is to manually set the PATH in the env parameter of the step. For sonarqube-scan-action: ``` (...) jobs: sonar: steps: (...) - uses: sonarsource/sonarqube-scan-action@master with: projectBaseDir: "build"...
Hi ! I missed this PR but I openned yesterday an issue on fastify-zop-openapi for the exact same problem https://github.com/samchungy/fastify-zod-openapi/issues/172 I explained the problem with a repo that reproduce the...