Skip to content

Commit bfe33a3

Browse files
committed
Run TestFull task for pushes to main
This will additionally run the unit tests against the PowerShell 7.2 and 7.3 SDKs, and the end-to-end tests under Constrained Language Mode.
1 parent 4f235c5 commit bfe33a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
shell: pwsh
4444
run: Invoke-Build
4545

46+
- name: Test all SDKs and CLM
47+
shell: pwsh
48+
if: github.ref == 'refs/heads/main'
49+
run: Invoke-Build TestFull
50+
4651
- name: Upload build artifacts
4752
if: always()
4853
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)