Commit d527a19 1 parent 5b182a7 commit d527a19 Copy full SHA for d527a19
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : SDK Features Integration
1
+ name : Features Integration
2
2
3
3
on : # rebuild any PRs and main branch changes
4
4
pull_request :
@@ -19,31 +19,31 @@ jobs:
19
19
20
20
feature-tests-ts :
21
21
needs : build-docker-image
22
- uses : temporalio/sdk- features/.github/workflows/typescript.yaml@main
22
+ uses : temporalio/features/.github/workflows/typescript.yaml@main
23
23
with :
24
24
version : 1.5.2
25
25
version-is-repo-ref : false
26
26
docker-image-artifact-name : temporal-server-docker
27
27
28
28
feature-tests-go :
29
29
needs : build-docker-image
30
- uses : temporalio/sdk- features/.github/workflows/go.yaml@main
30
+ uses : temporalio/features/.github/workflows/go.yaml@main
31
31
with :
32
32
version : v1.19.0
33
33
version-is-repo-ref : false
34
34
docker-image-artifact-name : temporal-server-docker
35
35
36
36
feature-tests-python :
37
37
needs : build-docker-image
38
- uses : temporalio/sdk- features/.github/workflows/python.yaml@main
38
+ uses : temporalio/features/.github/workflows/python.yaml@main
39
39
with :
40
40
version : 0.1b4
41
41
version-is-repo-ref : false
42
42
docker-image-artifact-name : temporal-server-docker
43
43
44
44
feature-tests-java :
45
45
needs : build-docker-image
46
- uses : temporalio/sdk- features/.github/workflows/java.yaml@main
46
+ uses : temporalio/features/.github/workflows/java.yaml@main
47
47
with :
48
48
version : v1.17.0
49
49
version-is-repo-ref : false
You can’t perform that action at this time.
0 commit comments