From 2b4eed8661be533fea21a5b1f721599009283227 Mon Sep 17 00:00:00 2001 From: Roey Berman Date: Tue, 10 Jan 2023 15:28:56 -0800 Subject: [PATCH] Revert "Rename sdk-features to features" This reverts commit 499598c590f65b4aebd7db1073befff1a6f4856f. --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index da1978a7..2f36932e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,19 +77,20 @@ 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 - + # Confirm README ToC is generated properly - uses: actions/setup-node@v3 - name: Check generated README ToC if: ${{ matrix.docsTarget }} run: | npx doctoc README.md - [[ -z $(git status --porcelain README.md) ]] || (git diff README.md; echo "README changed"; exit 1) + [[ -z $(git status --porcelain README.md) ]] || (git diff README.md; echo "README changed"; exit 1) # Runs the sdk features repo tests with this repo's current SDK code - features-tests: - uses: temporalio/features/.github/workflows/python.yaml@main + 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 +