Skip to content

Commit

Permalink
Update Global - Integration - INTUNE.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois authored Dec 15, 2023
1 parent 711a871 commit c6b8099
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Global - Integration - INTUNE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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'
Expand All @@ -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 }}
Expand Down

0 comments on commit c6b8099

Please sign in to comment.