Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 3eefaeb

Browse files
authored
Update validation.yml
1 parent ec2dd2c commit 3eefaeb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/validation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
workdir:
66
type: string
77
default: src
8+
testdir:
9+
type: string
10+
default: test
811

912
jobs:
1013
validation:
@@ -20,8 +23,9 @@ jobs:
2023
steps:
2124
- uses: actions/checkout@v2
2225
- name: ${{ matrix.tools }}
23-
uses: microsoft/action-python@0.3.4
26+
uses: microsoft/action-python@0.3.6
2427
with:
2528
${{ matrix.tools }}: true
2629
args: ${{ matrix.args }}
2730
workdir: ${{ inputs.workdir }}
31+
testdir: ${{ inputs.testdir }}

0 commit comments

Comments
 (0)