Skip to content

Commit 8b654d6

Browse files
Refactor GitHub Actions workflows to remove unnecessary parameters and streamline test configurations
1 parent 4dbec0f commit 8b654d6

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ jobs:
3535
env:
3636
GITHUB_TOKEN: ${{ github.token }}
3737
with:
38-
Name: PSModuleTest
3938
Path: tests/srcTestRepo
4039
TestType: SourceCode
41-
OS: ${{ matrix.os }}
4240

4341
- name: Status
4442
shell: pwsh

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ jobs:
3535
env:
3636
GITHUB_TOKEN: ${{ github.token }}
3737
with:
38-
Name: PSModuleTest
3938
Path: tests/srcWithManifestTestRepo
4039
Test: SourceCode
41-
OS: ${{ matrix.os }}
4240

4341
- name: Status
4442
shell: pwsh

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ jobs:
3535
env:
3636
GITHUB_TOKEN: ${{ github.token }}
3737
with:
38-
Name: PSModuleTest
3938
Path: tests/outputTestRepo
40-
TestType: Module
41-
OS: ${{ matrix.os }}
39+
Settings: Module
4240

4341
- name: Status
4442
shell: pwsh

0 commit comments

Comments
 (0)