File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- name : sh-test
1
+ name : ci-tests
2
2
on :
3
3
push :
4
4
workflow_dispatch :
9
9
steps :
10
10
- uses : actions/checkout@v4
11
11
- name : Install
12
- uses : ' ./.github/actions/cached- npm- install'
12
+ run : npm install
13
13
- name : Run linter
14
14
run : npm run lint
15
15
specs :
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- name : Install
21
- uses : ' ./.github/actions/cached- npm- install'
21
+ run : npm install
22
22
- name : Run unit tests
23
23
run : npm test
24
24
env :
29
29
steps :
30
30
- uses : actions/checkout@v4
31
31
- name : Install
32
- uses : ' ./.github/actions/cached- npm- install'
32
+ run : npm install
33
33
- name : Run e2e tests
34
34
continue-on-error : false
35
35
run : |
42
42
steps :
43
43
- uses : actions/checkout@v4
44
44
- name : Install
45
- uses : ' ./.github/actions/cached- npm- install'
45
+ run : npm install
46
46
- name : Build package
47
47
run : npm run build:pkg
You can’t perform that action at this time.
0 commit comments