From c6b809945b316b29ea93008a1de652ada0d69756 Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Fri, 15 Dec 2023 09:50:03 -0500 Subject: [PATCH] Update Global - Integration - INTUNE.yml --- .github/workflows/Global - Integration - INTUNE.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Global - Integration - INTUNE.yml b/.github/workflows/Global - Integration - INTUNE.yml index 0c0a29fe94..42a0867527 100644 --- a/.github/workflows/Global - Integration - INTUNE.yml +++ b/.github/workflows/Global - Integration - INTUNE.yml @@ -14,7 +14,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - name: Install Microsoft365DSC - shell: pwsh + shell: powershell run: | winrm quickconfig -force $source = "./Modules/Microsoft365DSC/" @@ -29,7 +29,7 @@ jobs: Set-M365DSCTelemetryOption -Enabled $false Set-Item -Path WSMan:\localhost\MaxEnvelopeSizekb -Value 99999 - name: Generate {Create} Integration Tests from Examples - shell: pwsh + shell: powershell run: | Import-Module './Tests/Integration/M365DSCTestEngine.psm1' New-M365DSCIntegrationTest -Workload INTUNE -Step '1-Create' @@ -45,7 +45,7 @@ jobs: $SHA = git rev-parse HEAD echo "commitid=$SHA" >> $env:GITHUB_OUTPUT - name: Run {Create} Integration Tests - shell: powershell + shell: pwsh env: INTEGRATION_USERNAME: ${{ secrets.INTEGRATION_USERNAME }} INTEGRATION_PASSWORD: ${{ secrets.INTEGRATION_PASSWORD }}