We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d6fc3 commit b04813cCopy full SHA for b04813c
.github/workflows/ci.yml
@@ -67,3 +67,12 @@ jobs:
67
- name: Deploy prod API docs
68
if: ${{ github.ref == 'refs/heads/main' && matrix.docsTarget }}
69
run: npx vercel deploy build/apidocs -t ${{ secrets.VERCEL_TOKEN }} --name python --scope temporal --prod --yes
70
+
71
+ # Runs the sdk features repo tests with this repo's current SDK code
72
+ sdk-features-tests:
73
+ uses: temporalio/sdk-features/.github/workflows/python.yaml@main
74
+ with:
75
+ python-repo-path: ${{github.event.pull_request.head.repo.full_name}}
76
+ version: ${{github.event.pull_request.head.ref}}
77
+ version-is-repo-ref: true
78
0 commit comments