Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Apr 10, 2024
1 parent 2f92295 commit 83012f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pdp_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ jobs:
- name: Run PDP tests
working-directory: ./permit-backend/proactive_tests/sidecar
run: |
pip install requests
pip install pipreqs
pipreqs .
pip install -r requirements.txt
python sidecar_tester.py -k ${{ secrets.PERMIT_TESTS_TOKEN }} -u https://api.permit.io --no-v1 -2 permitio/pdp-v2:test --no-pull
#docker run -p 7766:7000 --env PDP_API_KEY=permit_key_VG0tFLP8PEYcWb3I6oK2InXzmVwlD5VKObp6nDdEDICUBEg55p2Yvr625dleiTgcQdzRS6oofLcLZWUwNCvTYA --env PDP_DEBUG=true permitio/pdp-v2:test
Expand Down

0 comments on commit 83012f5

Please sign in to comment.