We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d549f9 commit 8dad394Copy full SHA for 8dad394
.github/workflows/sonarcloud.yml
@@ -69,6 +69,8 @@ jobs:
69
- name: Run unittest with coverage-ack-lambda
70
working-directory: ack_backend
71
id: acklambda
72
+ env:
73
+ PYTHONPATH: ${{ github.workspace }}/ack_backend/src:${{ github.workspace }}/ack_backend/tests
74
continue-on-error: true
75
run: |
76
poetry install
0 commit comments