Skip to content

Commit 491f7d4

Browse files
committed
Update continuous-integration.yml
1 parent b79ed1c commit 491f7d4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ on:
3030
runners: # If multiplatform tests aren't required, we can just do ubuntu
3131
type: string
3232
default: '["ubuntu-latest", "windows-latest", "macos-latest"]'
33+
test-path:
34+
type: string
35+
default: "./tests"
3336

3437

3538

@@ -67,9 +70,9 @@ jobs:
6770
uses: MAK-Relic-Tool/Workflows/.github/workflows/pytest-coverage.yml@main
6871
with:
6972
setup-path: ${{inputs.setup-path}}
70-
test-path: ""
7173
requirements-file: ${{inputs.test-requirements-file}}
7274
repository: ${{ github.repository }}
7375
python-versions: ${{inputs.python-versions}}
7476
fail-fast: ${{ inputs.fail-fast }}
75-
runners: ${{ inputs.runners }}
77+
runners: ${{ inputs.runners }}
78+
test-path: ${{ inputs.test-path }}

0 commit comments

Comments
 (0)