Skip to content

Commit

Permalink
check2
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Mar 27, 2024
1 parent 370c1df commit e73dfda
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/node_sdk_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,19 @@ jobs:
yarn run build
yarn docs ; git add docs/ ; git commit -m "update tsdoc"
- name: Install Docker
uses: docker-practice/actions-setup-docker@master

- name: local PDP runnning
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

- name: Run tests
env:
PDP_API_KEY: ${{ secrets.PDP_API_KEY }}
PERMIT_API_KEY: ${{ secrets.PDP_API_KEY }}
run: yarn test

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

0 comments on commit e73dfda

Please sign in to comment.