We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3f02c commit b2aa633Copy full SHA for b2aa633
.github/workflows/pdp-tester.yml
@@ -81,9 +81,10 @@ jobs:
81
env:
82
TOKEN: ${{ secrets.PDP_API_TOKEN_PDP_TESTER_STAGING }}
83
API_URL: https://permitio.api.stg.permit.io
84
- INCLUDE_TAGS: '["next"]'
+ LOCAL_TAGS: '["next"]'
85
AUTO_REMOVE: "False"
86
SKIP_GENERATE: "True"
87
ENVIRONMENT: '{"PDP_ENABLE_FACTDB": true}'
88
+ ENABLE_APM: "False"
89
run: |
90
python -m pdp_tester.main
0 commit comments