Skip to content

Commit

Permalink
check PAM keyset
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Feb 20, 2024
1 parent 43a3e47 commit 9b29dce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:
dotnet build --no-restore
- name: Run acceptance tests
env:
PN_PUB_KEY: ${{ secrets.PN_PUB_KEY }}
PN_SUB_KEY: ${{ secrets.PN_SUB_KEY }}
PN_SEC_KEY: ${{ secrets.PN_SEC_KEY }}
PN_PUB_KEY: ${{ secrets.PN_PAM_PUB_KEY }}
PN_SUB_KEY: ${{ secrets.PN_PAM_SUB_KEY }}
PN_SEC_KEY: ${{ secrets.PN_PAM_SEC_KEY }}
run: |
Copy-Item -Path "${{ github.workspace }}/sdk-specifications/features/access/*" -Destination "${{ github.workspace }}/src/UnitTests/AcceptanceTests/Features" -Recurse
cd ./UnitTests/AcceptanceTests
Expand Down

0 comments on commit 9b29dce

Please sign in to comment.