Skip to content

Commit

Permalink
Merge pull request #4023 from NikCharlebois/Integration-Test-Improvem…
Browse files Browse the repository at this point in the history
…ents

Update Global - Integration - INTUNE.yml
  • Loading branch information
NikCharlebois authored Dec 12, 2023
2 parents 7a9bc98 + d0ba1f7 commit ee83004
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Global - Integration - INTUNE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ jobs:
run: |
Set-ExecutionPolicy Unrestricted -Force
Get-ChildItem "C:\Program Files\WindowsPowerShell\Modules" -Recurse | Unblock-File
$GlobalAdminPassword = ConvertTo-SecureString $env:PUBLIC_PASSWORD -AsPlainText -Force
Set-M365DSCTelemetryOption -Enabled $false
Set-Item -Path WSMan:\localhost\MaxEnvelopeSizekb -Value 99999
- name: Generate Integration Tests from Examples
shell: pwsh
run: |
Import-Module './Tests/Integration/M365DSCTestEngine.psm1'
New-M365DSCIntegrationTest -Workload INTUNE
- name: Commit files # commit the output folder
- name: Commit Integration Tests
shell: pwsh
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit ee83004

Please sign in to comment.