File tree Expand file tree Collapse file tree 2 files changed +1
-38
lines changed Expand file tree Collapse file tree 2 files changed +1
-38
lines changed Original file line number Diff line number Diff line change 25
25
- run : npm ci
26
26
- run : npm run build
27
27
28
- test :
29
- name : test
30
- runs-on : ubuntu-latest
31
- strategy :
32
- matrix :
33
- node-version : [14.x]
34
- steps :
35
- - uses : actions/checkout@main
36
- - name : Use Node.js ${{ matrix.node-version }}
37
- uses : actions/setup-node@main
38
- with :
39
- node-version : ${{ matrix.node-version }}
40
- - run : npm ci
41
- -
uses :
paambaati/[email protected]
42
- env :
43
- CI : true
44
- CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
45
- with :
46
- coverageCommand : npm test
Original file line number Diff line number Diff line change 21
21
host : ${{ secrets.HOST }}
22
22
username : ${{ secrets.USER_NAME }}
23
23
privateKey : ${{ secrets.PRIVATE_KEY}}
24
- test :
25
- name : test
26
- runs-on : ubuntu-latest
27
- strategy :
28
- matrix :
29
- node-version : [15.x]
30
- steps :
31
- - uses : actions/checkout@main
32
- - name : Use Node.js ${{ matrix.node-version }}
33
- uses : actions/setup-node@main
34
- with :
35
- node-version : ${{ matrix.node-version }}
36
- - run : npm ci
37
- -
uses :
paambaati/[email protected]
38
- env :
39
- CI : true
40
- CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
41
- with :
42
- coverageCommand : npm test
24
+
You can’t perform that action at this time.
0 commit comments