File tree Expand file tree Collapse file tree 4 files changed +10
-130
lines changed Expand file tree Collapse file tree 4 files changed +10
-130
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818 with :
1919 path : tmp
2020 key : tmp ${{ matrix.script }}
21- - shell : bash
21+ - name : Perform tests
22+ shell : bash
2223 run : |
23- git clone --branch v1.5.2 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
24- . ~/.nvs/nvs.sh
25- nvs --version
26- nvs add node/$NODE
27- nvs use node/$NODE
24+ git clone --branch v1.5.3 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
25+ . ~/.nvs/nvs.sh --version
26+ nvs add $NODE
27+ nvs use $NODE
2828 node --version
2929 npm --version --no-update-notifier
3030 npm install --no-audit --no-optional --no-save --no-update-notifier
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 runs-on : ${{ matrix.os }}
1313 steps :
1414 - uses : actions/checkout@v1
15- - shell : bash
15+ - name : Perform fuzzing
16+ shell : bash
1617 run : |
17- git clone --branch v1.5.2 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
18- . ~/.nvs/nvs.sh
19- nvs --version
18+ git clone --branch v1.5.3 --depth 1 https://github.com/jasongin/nvs.git ~/.nvs
19+ . ~/.nvs/nvs.sh --version
2020 nvs add node
2121 nvs use node
2222 node --version
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments