We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb81959 commit 8f1e3d4Copy full SHA for 8f1e3d4
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: CI Pipeline
+name: CI
2
3
on:
4
push:
@@ -10,8 +10,8 @@ on:
10
- develop
11
12
jobs:
13
- ci_linter_eslint:
14
- name: ci:linter:eslint
+ linter_eslint:
+ name: linter:eslint
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
@@ -22,8 +22,8 @@ jobs:
22
- run: npm ci
23
- run: npm run lint
24
25
- ci_tests_units:
26
- name: ci:tests:units
+ tests_units:
+ name: tests:units
27
if: github.event_name == 'pull_request'
28
29
@@ -35,8 +35,8 @@ jobs:
35
36
- run: npm run test
37
38
- ci_build_app:
39
- name: ci:build:app
+ build_app:
+ name: build:app
40
41
42
0 commit comments