File tree Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Expand file tree Collapse file tree 2 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "MD013/line-length" : false ,
2
3
"MD014" : false
3
4
}
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
- name : Setup Git for Windows' minimal SDK
16
- uses : git-for-windows/setup-git-for-windows-sdk@v1
16
+ uses : git-for-windows/setup-git-for-windows-sdk@v0
17
17
- name : Build
18
18
shell : bash
19
19
run : make
@@ -64,10 +64,25 @@ Run the tests :heavy_check_mark:
64
64
` ` ` bash
65
65
$ npm test
66
66
67
- PASS ./index.test.js
68
- ✓ throws invalid number (3ms)
69
- ✓ wait 500 ms (504ms)
70
- ✓ test runs (95ms)
67
+ > [email protected] test C:\Users\me\ setup-git-for-windows-sdk
68
+ > jest
71
69
70
+ PASS __tests__/main.test.ts (28.869 s)
71
+ √ skipping tests requiring network access (224 ms)
72
+
73
+ console.log
74
+ If you want to run tests that access the network, set:
75
+ export RUN_NETWORK_TESTS=true
76
+
77
+ at __tests__/main.test.ts:26:13
78
+
79
+ PASS __tests__/downloader.test.ts (29.889 s)
80
+ √ can obtain build ID (9 ms)
81
+
82
+ Test Suites: 2 passed, 2 total
83
+ Tests: 2 passed, 2 total
84
+ Snapshots: 0 total
85
+ Time: 31.11 s
86
+ Ran all test suites.
72
87
...
73
88
` ` `
You can’t perform that action at this time.
0 commit comments