We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad4646 commit 6015376Copy full SHA for 6015376
‎.github/workflows/Action-Test.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: ./
33
with:
34
Name: PSModuleTest
35
- Path: tests/src
+ Path: tests/srcTestRepo
36
37
ActionTestMinimal:
38
name: Action-Test - [Minimal]
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
- Path: tests/srcMinimal
+ Path: tests/srcMinimalTestRepo
52
53
ActionTestWithManifest:
54
name: Action-Test - [DefaultWithManifest]
@@ -64,4 +64,4 @@ jobs:
64
65
66
67
- Path: tests/srcWithManifest
+ Path: tests/srcWithManifestTestRepo
0 commit comments