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 99e36cb commit cbeabc5Copy full SHA for cbeabc5
.github/workflows/ci.yml
@@ -67,3 +67,13 @@ 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
+ # TODO: Undo using main once PR merged
74
+ uses: temporalio/sdk-features/.github/workflows/python.yaml@gh-actions-refactoring
75
+ with:
76
+ python-repo-path: ${{github.event.pull_request.head.repo.full_name}}
77
+ version: ${{github.event.pull_request.head.ref}}
78
+ version-is-repo-ref: true
79
0 commit comments