We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c633a4 commit bd99d55Copy full SHA for bd99d55
.github/workflows/cli_tests.yml
@@ -14,7 +14,7 @@ jobs:
14
defaults:
15
run:
16
working-directory: ./packages/cli
17
- name: Build CLI
+ name: CLI - Build
18
runs-on: ubuntu-22.04
19
steps:
20
- name: Checkout repository
.github/workflows/js_sdk_tests.yml
@@ -17,7 +17,7 @@ jobs:
working-directory: ./packages/js-sdk
- name: Build and test SDK
+ name: JS SDK - Build and test
21
22
23
.github/workflows/python_sdk_tests.yml
working-directory: ./packages/python-sdk
+ name: Python SDK -Build and test
0 commit comments