File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,12 @@ name: Node.js CI
5
5
6
6
on :
7
7
push :
8
- branches : [ " main" ]
8
+ branches : [' main' ]
9
9
pull_request :
10
- branches : [ " main" ]
10
+ branches : [' main' ]
11
11
12
12
jobs :
13
13
build :
14
-
15
14
runs-on : ubuntu-latest
16
15
17
16
strategy :
@@ -20,15 +19,16 @@ jobs:
20
19
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
20
22
21
steps :
23
- - uses : actions/checkout@v3
24
- with :
25
- fetch-depth : 0
26
- - name : Use Node.js ${{ matrix.node-version }}
27
- uses : actions/setup-node@v3
28
- with :
29
- node-version : ${{ matrix.node-version }}
30
- cache : ' yarn'
31
- - run : yarn install --frozen-lockfile
32
- - run : yarn global add nx
33
- - uses : nrwl/nx-set-shas@v2
34
- - run : nx affected --target=build
22
+ - uses : actions/checkout@v3
23
+ with :
24
+ fetch-depth : 0
25
+ - name : Use Node.js ${{ matrix.node-version }}
26
+ uses : actions/setup-node@v3
27
+ with :
28
+ node-version : ${{ matrix.node-version }}
29
+ cache : ' yarn'
30
+ - run : yarn install --frozen-lockfile
31
+ - run : yarn global add nx
32
+ - uses : nrwl/nx-set-shas@v2
33
+ - run : nx affected --target=build
34
+ - run : nx affected --target=test --configuration=ci
You can’t perform that action at this time.
0 commit comments