Skip to content

Commit 4f95096

Browse files
Update test paths in workflow files to point to the correct subdirectories
1 parent 2bc0e8c commit 4f95096

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/Action-Test-Src-Default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
GITHUB_TOKEN: ${{ github.token }}
3737
with:
38-
Path: tests/srcTestRepo
38+
Path: tests/srcTestRepo/src
3939
Settings: SourceCode
4040

4141
- name: Status

.github/workflows/Action-Test-Src-WithManifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
GITHUB_TOKEN: ${{ github.token }}
3737
with:
38-
Path: tests/srcWithManifestTestRepo
38+
Path: tests/srcWithManifestTestRepo/src
3939
Settings: SourceCode
4040

4141
- name: Status

.github/workflows/Action-Test-outputs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
env:
3636
GITHUB_TOKEN: ${{ github.token }}
3737
with:
38-
Path: tests/outputTestRepo
38+
Path: tests/outputTestRepo/outputs/modules/PSModuleTest
3939
Settings: Module
4040

4141
- name: Status

0 commit comments

Comments
 (0)