Skip to content

Commit

Permalink
Merge pull request #4876 from NikCharlebois/Tests-Improvements
Browse files Browse the repository at this point in the history
Fixing Tests
  • Loading branch information
NikCharlebois authored Jul 15, 2024
2 parents 4e64435 + 1ba6150 commit 6195fb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Global - Integration - AAD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Generate {Update} Integration Tests from Examples
shell: powershell
run: |
Import-Module './Tests/Integration/M365DSCTestEngine.psm1'
New-M365DSCIntegrationTest -Workload AAD -Step '2-Update'
- name: Commit {Update} Integration Tests
shell: powershell
Expand All @@ -61,7 +62,8 @@ jobs:
- name: Generate {Remove} Integration Tests from Examples
shell: powershell
run: |
New-M365DSCIntegrationTest -Workload AAD -Step '3-Remove'
Import-Module './Tests/Integration/M365DSCTestEngine.psm1'
New-M365DSCIntegrationTest -Workload AAD -Step '3-Remove'
- name: Commit {Remove} Integration Tests
shell: powershell
run: |
Expand Down

0 comments on commit 6195fb1

Please sign in to comment.