Skip to content

Commit f6f7847

Browse files
committed
Touch up the README
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 47b9f41 commit f6f7847

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

.markdownlint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"MD013/line-length": false,
23
"MD014": false
34
}

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- 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
1717
- name: Build
1818
shell: bash
1919
run: make
@@ -64,10 +64,25 @@ Run the tests :heavy_check_mark:
6464
```bash
6565
$ npm test
6666
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
7169
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.
7287
...
7388
```

0 commit comments

Comments
 (0)