Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Mar 27, 2024
1 parent e73dfda commit b5d1d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node_sdk_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
PDP_API_KEY: ${{ secrets.PDP_API_KEY }}
PERMIT_API_KEY: ${{ secrets.PDP_API_KEY }}
run: docker run -p 7766:7000 --env PDP_API_KEY=${{ secrets.PDP_API_KEY }} --env PDP_DEBUG=true permitio/pdp-v2:latest
run: docker run -d -p 7766:7000 --env PDP_API_KEY=${{ secrets.PDP_API_KEY }} --env PDP_DEBUG=true permitio/pdp-v2:latest

- name: Run tests
env:
Expand Down

0 comments on commit b5d1d85

Please sign in to comment.