Skip to content

Commit 84fe69d

Browse files
fixup: Adds package_path input
1 parent f638ced commit 84fe69d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/self-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ on:
1111
jobs:
1212
lint:
1313
uses: ./.github/workflows/lint.yaml
14+
with:
15+
package_path: WorkflowTestPackage
1416
test:
1517
uses: ./.github/workflows/test.yaml
18+
with:
19+
package_path: WorkflowTestPackage

0 commit comments

Comments
 (0)