|
11 | 11 | - master
|
12 | 12 |
|
13 | 13 | 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' |
26 | 26 |
|
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' |
39 | 39 |
|
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' |
52 | 52 |
|
53 | 53 | test-powershell-5_1-windows-2022:
|
54 | 54 | runs-on: windows-2022
|
@@ -208,9 +208,9 @@ jobs:
|
208 | 208 |
|
209 | 209 | release:
|
210 | 210 | 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 |
214 | 214 | - test-powershell-5_1-windows-2022
|
215 | 215 | # - test-powershell-5_1-windows-2019
|
216 | 216 | - test-powershell-6_1-container
|
|
0 commit comments