Skip to content

Commit

Permalink
Update python-publish to correctly call the testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martejj committed Dec 17, 2021
1 parent 7140972 commit 77a850e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
uses: Arlula/nodejs-core-sdk/.github/workflows/test-pr.yml@main
uses: Arlula/python-core-sdk/.github/workflows/python-test.yml@main
secrets:
TEST_API_HOST: ${{ secrets.TEST_API_HOST }}
TEST_API_KEY: ${{ secrets.TEST_API_KEY }}
Expand Down

0 comments on commit 77a850e

Please sign in to comment.