Skip to content

Commit 6015376

Browse files
🩹 [Refactor]: Update test paths in Action-Test.yml for consistency and clarity
1 parent 3ad4646 commit 6015376

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/Action-Test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: ./
3333
with:
3434
Name: PSModuleTest
35-
Path: tests/src
35+
Path: tests/srcTestRepo
3636

3737
ActionTestMinimal:
3838
name: Action-Test - [Minimal]
@@ -48,7 +48,7 @@ jobs:
4848
uses: ./
4949
with:
5050
Name: PSModuleTest
51-
Path: tests/srcMinimal
51+
Path: tests/srcMinimalTestRepo
5252

5353
ActionTestWithManifest:
5454
name: Action-Test - [DefaultWithManifest]
@@ -64,4 +64,4 @@ jobs:
6464
uses: ./
6565
with:
6666
Name: PSModuleTest
67-
Path: tests/srcWithManifest
67+
Path: tests/srcWithManifestTestRepo

0 commit comments

Comments
 (0)