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 d63e140 commit 1181d09Copy full SHA for 1181d09
.github/workflows/test_actions.yml
@@ -250,7 +250,7 @@ jobs:
250
- name: Set up Poetry
251
uses: ./setup-poetry
252
- name: Copy Python project to root
253
- run: cp -av "${{ github.workspace }}/.github/test_projects/minimal/*" "${{ github.workspace }}"
+ run: cp -av "${{ github.workspace }}/.github/test_projects/minimal"/* "${{ github.workspace }}"
254
shell: bash
255
- name: Analyze Python project
256
uses: ./analyze-project
0 commit comments