Skip to content

Commit dffb6d2

Browse files
committed
Attempt to fix the project directory for analyze test
1 parent 02918c9 commit dffb6d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
- name: Analyze Python Project
241241
uses: ./analyze-project
242242
with:
243-
project-directory: test-project
243+
project-directory: ${{ github.workspace }}/test-project
244244

245245
# This job is intended to combine the test results so we don't have to list
246246
# each matrix combination in the required status check settings. There are a

0 commit comments

Comments
 (0)