Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit fc3f062

Browse files
committed
ci: Update job names
1 parent c9df3fb commit fc3f062

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/build_bundle.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build bundle
1+
name: Build Bundle
22

33
on:
44
workflow_call:
@@ -17,6 +17,7 @@ env:
1717

1818
jobs:
1919
build:
20+
name: "Build"
2021
runs-on: ubuntu-latest
2122

2223
# ci can be skipped with `[skip ci]` prefix in message

.github/workflows/cicd_pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
secrets: inherit
2727

2828
run_e2e:
29-
name: "Run Tests"
29+
name: "Tests"
3030
if: github.event_name == 'push' || github.event.pull_request.draft == false
3131
uses: heartexlabs/label-studio-frontend/.github/workflows/e2e_tests.yml@master
3232
needs:
@@ -37,7 +37,7 @@ jobs:
3737
secrets: inherit
3838

3939
run_unit:
40-
name: "Run Tests"
40+
name: "Tests"
4141
if: github.event_name == 'push' || github.event.pull_request.draft == false
4242
uses: heartexlabs/label-studio-frontend/.github/workflows/unit_tests.yml@master
4343
with:

.github/workflows/e2e_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
run:
20-
name: "Run E2E"
20+
name: "E2E Tests"
2121
runs-on: ubuntu-latest
2222

2323
# ci can be skipped with `[skip ci]` prefix in message

.github/workflows/unit_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818
jobs:
1919
run:
20-
name: "Run Component/Unit Tests"
20+
name: "Unit Tests"
2121
runs-on: ubuntu-latest
2222

2323
# ci can be skipped with `[skip ci]` prefix in message

0 commit comments

Comments
 (0)