Skip to content

Commit ca06ea1

Browse files
committed
tests: Don't create ./minimal
1 parent 51e27f7 commit ca06ea1

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
@@ -250,7 +250,7 @@ jobs:
250250
- name: Set up Poetry
251251
uses: ./setup-poetry
252252
- name: Copy Python project to root
253-
run: cp -av ${{ github.workspace }}/.github/test_projects/minimal ${{ github.workspace }}
253+
run: cp -av ${{ github.workspace }}/.github/test_projects/minimal/* ${{ github.workspace }}
254254
- name: Analyze Python project
255255
uses: ./analyze-project
256256

0 commit comments

Comments
 (0)