Skip to content

Commit

Permalink
Update AzureUSGovernment - Integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois authored May 26, 2020
1 parent 51060d2 commit f708234
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/AzureUSGovernment - Integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
- name: Run Integration Tests
shell : powershell
env:
PUBLIC_USERNAME: ${{ secrets.PUBLIC_USERNAME }}
PUBLIC_PASSWORD: ${{ secrets.PUBLIC_PASSWORD }}
GCC_USERNAME: ${{ secrets.GCC_USERNAME }}
GCC_PASSWORD: ${{ secrets.GCC_PASSWORD }}
GCC_DOMAIN: ${{ secrets.GCC_DOMAIN }}
run: |
Set-ExecutionPolicy Unrestricted -Force
Get-ChildItem "C:\Program Files\WindowsPowerShell\Modules" -Recurse | Unblock-File
Expand Down

0 comments on commit f708234

Please sign in to comment.