Skip to content

Commit

Permalink
Workaround to make integration tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
glahaye committed Mar 22, 2024
1 parent be443d5 commit 66aa97c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/copilot-run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
dotnet user-secrets set "Authority" "https://login.microsoftonline.com/${{vars.APPLICATION_TENANT_ID}}"
dotnet user-secrets set "ClientID" ${{vars.APPLICATION_CLIENT_ID}}
dotnet user-secrets set "Scopes" "openid, offline_access, profile, api://${{vars.BACKEND_CLIENT_ID}}/access_as_user"
dotnet user-secrets set "Username" "$env:Username"
dotnet user-secrets set "Password" "$env:Password"
# dotnet user-secrets set "Username" "$env:Username"
# dotnet user-secrets set "Password" "$env:Password"
- name: Run integration tests
run: dotnet test --logger trx

0 comments on commit 66aa97c

Please sign in to comment.