We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa76626 commit 22040fcCopy full SHA for 22040fc
.github/workflows/pipeline.yml
@@ -192,11 +192,21 @@ jobs:
192
gh-token: ${{ secrets.GITHUB_TOKEN }}
193
artifact-generation: ${{ vars.ARTIFACT_GENERATION }}
194
195
- test-ts:
+ test-ts-browser:
196
+ needs:
197
+ - bindings-ts-browser
198
+ uses: ./.github/workflows/test-ts-browser.yml
199
+
200
+ test-ts-native:
201
202
+ - bindings-ts-native
203
+ uses: ./.github/workflows/test-ts-native.yml
204
205
+ check-ts:
206
needs:
207
- bindings-ts-browser
208
- bindings-ts-native
- uses: ./.github/workflows/test-ts.yml
209
+ uses: ./.github/workflows/check-ts.yml
210
211
docs-ts:
212
0 commit comments