Skip to content

Commit 8f1e3d4

Browse files
committed
ci: Refactor naming
1 parent fb81959 commit 8f1e3d4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI Pipeline
1+
name: CI
22

33
on:
44
push:
@@ -10,8 +10,8 @@ on:
1010
- develop
1111

1212
jobs:
13-
ci_linter_eslint:
14-
name: ci:linter:eslint
13+
linter_eslint:
14+
name: linter:eslint
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
@@ -22,8 +22,8 @@ jobs:
2222
- run: npm ci
2323
- run: npm run lint
2424

25-
ci_tests_units:
26-
name: ci:tests:units
25+
tests_units:
26+
name: tests:units
2727
if: github.event_name == 'pull_request'
2828
runs-on: ubuntu-latest
2929
steps:
@@ -35,8 +35,8 @@ jobs:
3535
- run: npm ci
3636
- run: npm run test
3737

38-
ci_build_app:
39-
name: ci:build:app
38+
build_app:
39+
name: build:app
4040
if: github.event_name == 'pull_request'
4141
runs-on: ubuntu-latest
4242
steps:

0 commit comments

Comments
 (0)