Skip to content

Commit

Permalink
make pnpcoresdktestclientid env variable available for the test and b…
Browse files Browse the repository at this point in the history
…uild script
  • Loading branch information
jansenbe authored Sep 17, 2024
1 parent 0f1b0a2 commit 6ac494c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildandtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
pnpcoresdktestsite: ${{ secrets.PNPCORESDKTESTSITE }}
pnpcoresdktestuser: ${{ secrets.PNPCORESDKTESTUSER }}
pnpcoresdktestuserpassword: ${{ secrets.PNPCORESDKTESTUSERPASSWORD }}
pnpcoresdktestclientid: ${{ secrets.PNPCORESDKTESTCLIENTID }}
run: |
dotnet test ./PnP.Core.Test/PnP.Core.Test.csproj --no-restore --verbosity normal --collect:"XPlat Code Coverage"
dotnet test ./PnP.Core.Auth.Test/PnP.Core.Auth.Test.csproj --no-restore --verbosity normal --collect:"XPlat Code Coverage"
Expand Down

0 comments on commit 6ac494c

Please sign in to comment.