File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1212 fail-fast : false
1313 steps :
1414 - uses : actions/checkout@v1
15+ with :
16+ fetch-depth : 1
1517 - uses : actions-rs/toolchain@v1
1618 with :
1719 toolchain : 1.39.0
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v1
11+ with :
12+ fetch-depth : 1
1113 - uses : actions-rs/toolchain@v1
1214 with :
1315 toolchain : nightly-2019-11-06
2224 runs-on : ubuntu-latest
2325 steps :
2426 - uses : actions/checkout@v1
27+ with :
28+ fetch-depth : 1
2529 - uses : actions-rs/toolchain@v1
2630 with :
2731 toolchain : nightly-2019-11-06
3842 os : [macOS-latest, ubuntu-latest]
3943 steps :
4044 - uses : actions/checkout@v1
45+ with :
46+ fetch-depth : 1
4147 - uses : actions-rs/toolchain@v1
4248 with :
4349 toolchain : 1.39.0
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v1
11+ with :
12+ fetch-depth : 1
1113 - working-directory : ./test
1214 run : yarn
1315 - working-directory : ./test
You can’t perform that action at this time.
0 commit comments