Skip to content

Commit

Permalink
tier wip1
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Mar 27, 2024
1 parent c62c030 commit 65bc6e4
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,13 +37,13 @@ jobs:
env:
PDP_API_KEY: ${{ secrets.PDP_API_KEY }}
PERMIT_API_KEY: ${{ secrets.PDP_API_KEY }}
API_TIER: 'prod'
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:
PDP_API_KEY: ${{ secrets.PDP_API_KEY }}
PERMIT_API_KEY: ${{ secrets.PDP_API_KEY }}
API_TIER: 'prod'
run: yarn test

# - name: Bump version at package.json
Expand Down

0 comments on commit 65bc6e4

Please sign in to comment.