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 bd01dd0 commit 6ce3387Copy full SHA for 6ce3387
‎.github/workflows/Action-Test.yml
@@ -32,8 +32,8 @@ jobs:
32
uses: ./
33
with:
34
Name: PSModuleTest
35
- Path: tests/srcTestRepo
36
ArtifactName: PSModuleTestDefault
+ WorkingDirectory: tests/srcTestRepo
37
38
ActionTestMinimal:
39
name: Action-Test - [Minimal]
@@ -49,8 +49,8 @@ jobs:
49
50
51
52
- Path: tests/srcMinimalTestRepo
53
ArtifactName: PSModuleTestMinimal
+ WorkingDirectory: tests/srcMinimalTestRepo
54
55
ActionTestWithManifest:
56
name: Action-Test - [DefaultWithManifest]
@@ -66,5 +66,5 @@ jobs:
66
67
68
69
- Path: tests/srcWithManifestTestRepo
70
ArtifactName: PSModuleTestWithManifest
+ WorkingDirectory: tests/srcWithManifestTestRepo
0 commit comments