This repository was archived by the owner on Apr 18, 2024. It is now read-only.
File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Build bundle
1
+ name : Build Bundle
2
2
3
3
on :
4
4
workflow_call :
17
17
18
18
jobs :
19
19
build :
20
+ name : " Build"
20
21
runs-on : ubuntu-latest
21
22
22
23
# ci can be skipped with `[skip ci]` prefix in message
Original file line number Diff line number Diff line change 26
26
secrets : inherit
27
27
28
28
run_e2e :
29
- name : " Run Tests"
29
+ name : " Tests"
30
30
if : github.event_name == 'push' || github.event.pull_request.draft == false
31
31
uses : heartexlabs/label-studio-frontend/.github/workflows/e2e_tests.yml@master
32
32
needs :
37
37
secrets : inherit
38
38
39
39
run_unit :
40
- name : " Run Tests"
40
+ name : " Tests"
41
41
if : github.event_name == 'push' || github.event.pull_request.draft == false
42
42
uses : heartexlabs/label-studio-frontend/.github/workflows/unit_tests.yml@master
43
43
with :
Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
run :
20
- name : " Run E2E"
20
+ name : " E2E Tests "
21
21
runs-on : ubuntu-latest
22
22
23
23
# ci can be skipped with `[skip ci]` prefix in message
Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
run :
20
- name : " Run Component/ Unit Tests"
20
+ name : " Unit Tests"
21
21
runs-on : ubuntu-latest
22
22
23
23
# ci can be skipped with `[skip ci]` prefix in message
You can’t perform that action at this time.
0 commit comments