Skip to content

Commit 22040fc

Browse files
ci: use new workflows [WPB-24039]
1 parent fa76626 commit 22040fc

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,21 @@ jobs:
192192
gh-token: ${{ secrets.GITHUB_TOKEN }}
193193
artifact-generation: ${{ vars.ARTIFACT_GENERATION }}
194194

195-
test-ts:
195+
test-ts-browser:
196+
needs:
197+
- bindings-ts-browser
198+
uses: ./.github/workflows/test-ts-browser.yml
199+
200+
test-ts-native:
201+
needs:
202+
- bindings-ts-native
203+
uses: ./.github/workflows/test-ts-native.yml
204+
205+
check-ts:
196206
needs:
197207
- bindings-ts-browser
198208
- bindings-ts-native
199-
uses: ./.github/workflows/test-ts.yml
209+
uses: ./.github/workflows/check-ts.yml
200210

201211
docs-ts:
202212
needs:

0 commit comments

Comments
 (0)