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 4579668 commit 4a8b3faCopy full SHA for 4a8b3fa
.github/workflows/test_actions.yml
@@ -231,7 +231,7 @@ jobs:
231
- name: Analyze Python Project
232
uses: ./analyze-project
233
with:
234
- project-directory: ./.github/test_projects/minimal
+ project-directory: ${{ github.workspace }}/.github/test_projects/minimal
235
236
# This job is intended to combine the test results so we don't have to list
237
# each matrix combination in the required status check settings. There are a
0 commit comments