Skip to content

Commit 9ef16d9

Browse files
committed
Move minimal test project under .github to hide it
1 parent 938f8ba commit 9ef16d9

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

templates/test-project/src/test_project/__init__.py renamed to .github/test_projects/minimal/src/test_project/__init__.py

File renamed without changes.
File renamed without changes.

.github/workflows/test_actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,11 @@ jobs:
230230
uses: ./setup-poetry
231231
- name: Copy test project files
232232
run: |
233-
cp -r ./templates/test-project ./test-project
233+
cp -r ./.github/test_projects/minimal ./minimal
234234
- name: Analyze Python Project
235235
uses: ./analyze-project
236236
with:
237-
project-directory: ${{ github.workspace }}/test-project
237+
project-directory: ${{ github.workspace }}/minimal
238238

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

0 commit comments

Comments
 (0)