Skip to content

Commit 536e0a5

Browse files
Merge pull request #193 from theohbrothers/enhancement/ci-re-add-powershell-core-test-jobs
Enhancement (ci): Re-add PowerShell Core test jobs
2 parents 0042d75 + 2590183 commit 536e0a5

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

.github/workflows/ci-master-pr.yml

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -11,44 +11,44 @@ on:
1111
- master
1212

1313
jobs:
14-
# test-powershell-core-linux:
15-
# runs-on: ubuntu-latest
16-
# steps:
17-
# - uses: actions/checkout@v1
18-
# with:
19-
# submodules: recursive
20-
# - name: Powershell version
21-
# run: |
22-
# pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
23-
# - name: Test
24-
# run: |
25-
# pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1'
14+
test-powershell-core-linux:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v1
18+
with:
19+
submodules: recursive
20+
- name: Powershell version
21+
run: |
22+
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
23+
- name: Test
24+
run: |
25+
pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1'
2626
27-
# test-powershell-core-macos:
28-
# runs-on: macos-latest
29-
# steps:
30-
# - uses: actions/checkout@v1
31-
# with:
32-
# submodules: recursive
33-
# - name: Powershell version
34-
# run: |
35-
# pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
36-
# - name: Test
37-
# run: |
38-
# pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1'
27+
test-powershell-core-macos:
28+
runs-on: macos-latest
29+
steps:
30+
- uses: actions/checkout@v1
31+
with:
32+
submodules: recursive
33+
- name: Powershell version
34+
run: |
35+
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
36+
- name: Test
37+
run: |
38+
pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1'
3939
40-
# test-powershell-core-windows:
41-
# runs-on: windows-latest
42-
# steps:
43-
# - uses: actions/checkout@v1
44-
# with:
45-
# submodules: recursive
46-
# - name: Powershell version
47-
# run: |
48-
# pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
49-
# - name: Test
50-
# run: |
51-
# pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1'
40+
test-powershell-core-windows:
41+
runs-on: windows-latest
42+
steps:
43+
- uses: actions/checkout@v1
44+
with:
45+
submodules: recursive
46+
- name: Powershell version
47+
run: |
48+
pwsh -NoLogo -NonInteractive -NoProfile -Command '$PSVersionTable'
49+
- name: Test
50+
run: |
51+
pwsh -NoLogo -NonInteractive -NoProfile -Command '$VerbosePreference = "Continue"; ./test/test.ps1'
5252
5353
test-powershell-5_1-windows-2022:
5454
runs-on: windows-2022
@@ -208,9 +208,9 @@ jobs:
208208
209209
release:
210210
needs:
211-
# - test-powershell-core-linux
212-
# - test-powershell-core-macos
213-
# - test-powershell-core-windows
211+
- test-powershell-core-linux
212+
- test-powershell-core-macos
213+
- test-powershell-core-windows
214214
- test-powershell-5_1-windows-2022
215215
# - test-powershell-5_1-windows-2019
216216
- test-powershell-6_1-container

0 commit comments

Comments
 (0)