Skip to content

Commit

Permalink
Rename sdk-features to features (#3796)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergundy authored Jan 12, 2023
1 parent 5b182a7 commit d527a19
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SDK Features Integration
name: Features Integration

on: # rebuild any PRs and main branch changes
pull_request:
Expand All @@ -19,31 +19,31 @@ jobs:

feature-tests-ts:
needs: build-docker-image
uses: temporalio/sdk-features/.github/workflows/typescript.yaml@main
uses: temporalio/features/.github/workflows/typescript.yaml@main
with:
version: 1.5.2
version-is-repo-ref: false
docker-image-artifact-name: temporal-server-docker

feature-tests-go:
needs: build-docker-image
uses: temporalio/sdk-features/.github/workflows/go.yaml@main
uses: temporalio/features/.github/workflows/go.yaml@main
with:
version: v1.19.0
version-is-repo-ref: false
docker-image-artifact-name: temporal-server-docker

feature-tests-python:
needs: build-docker-image
uses: temporalio/sdk-features/.github/workflows/python.yaml@main
uses: temporalio/features/.github/workflows/python.yaml@main
with:
version: 0.1b4
version-is-repo-ref: false
docker-image-artifact-name: temporal-server-docker

feature-tests-java:
needs: build-docker-image
uses: temporalio/sdk-features/.github/workflows/java.yaml@main
uses: temporalio/features/.github/workflows/java.yaml@main
with:
version: v1.17.0
version-is-repo-ref: false
Expand Down

0 comments on commit d527a19

Please sign in to comment.