From abb2fec4b438a5f85d4b3d31feea8ddce4dad547 Mon Sep 17 00:00:00 2001 From: Spencer Judge Date: Thu, 17 Nov 2022 11:38:56 -0800 Subject: [PATCH] Add sdk-features CI trigger --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63d549951..398360fcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,3 +67,12 @@ jobs: - name: Deploy prod API docs if: ${{ github.ref == 'refs/heads/main' && matrix.docsTarget }} run: npx vercel deploy build/apidocs -t ${{ secrets.VERCEL_TOKEN }} --name python --scope temporal --prod --yes + + # Runs the sdk features repo tests with this repo's current SDK code + sdk-features-tests: + uses: temporalio/sdk-features/.github/workflows/python.yaml@main + with: + python-repo-path: ${{github.event.pull_request.head.repo.full_name}} + version: ${{github.event.pull_request.head.ref}} + version-is-repo-ref: true +