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 51e27f7 commit ca06ea1Copy full SHA for ca06ea1
.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
- name: Analyze Python project
255
uses: ./analyze-project
256
0 commit comments