File tree 1 file changed +22
-22
lines changed
1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
name : Tests
2
2
3
3
on :
4
- push :
5
- branches : [main]
6
- pull_request :
4
+ push :
5
+ branches : [main]
6
+ pull_request :
7
7
8
8
jobs :
9
- build_and_test :
10
- runs-on : ubunut-latest
9
+ build_and_test :
10
+ runs-on : ubunut-latest
11
11
12
- strategy :
13
- fail-fast : false
14
- max-parallel : 4
12
+ strategy :
13
+ fail-fast : false
14
+ max-parallel : 4
15
15
16
- steps :
17
- - name : Checkout
18
- uses : actions/checkout@v4
16
+ steps :
17
+ - name : Checkout
18
+ uses : actions/checkout@v4
19
19
20
- - name : Use Node.js (20.x)
21
- uses : actions/setup-node@v4
22
- with :
23
- node-version : ' 20.x'
24
- cache : ' pnpm'
20
+ - name : Use Node.js (20.x)
21
+ uses : actions/setup-node@v4
22
+ with :
23
+ node-version : ' 20.x'
24
+ cache : ' pnpm'
25
25
26
- - name : Install Dependencies
27
- run : pnpm install
26
+ - name : Install Dependencies
27
+ run : pnpm install
28
28
29
- - name : Build
30
- run : pnpm run build
29
+ - name : Build
30
+ run : pnpm run build
31
31
32
- - name : Unit Tests
33
- run : pnpm run test
32
+ - name : Unit Tests
33
+ run : pnpm run test
You can’t perform that action at this time.
0 commit comments