File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 14
14
defaults :
15
15
run :
16
16
working-directory : ./packages/cli
17
- name : Build CLI
17
+ name : CLI - Build
18
18
runs-on : ubuntu-22.04
19
19
steps :
20
20
- name : Checkout repository
Original file line number Diff line number Diff line change 5
5
secrets :
6
6
E2B_API_KEY :
7
7
required : true
8
- pull_request :
9
- branches :
10
- - main
11
8
12
9
permissions :
13
10
contents : read
17
14
defaults :
18
15
run :
19
16
working-directory : ./packages/js-sdk
20
- name : Build and test SDK
17
+ name : JS SDK - Build and test
21
18
runs-on : ubuntu-22.04
22
19
steps :
23
20
- name : Checkout repository
Original file line number Diff line number Diff line change 17
17
defaults :
18
18
run :
19
19
working-directory : ./packages/python-sdk
20
- name : Build and test SDK
20
+ name : Python SDK - Build and test
21
21
runs-on : ubuntu-22.04
22
22
steps :
23
23
- name : Checkout repository
You can’t perform that action at this time.
0 commit comments