File tree Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Expand file tree Collapse file tree 7 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 53
53
- name : Install dependencies
54
54
run : npm install
55
55
56
- - name : Run tests 👩🏾💻
56
+ - name : Run tests
57
57
run : ./bin/npm test
58
+ if : " !contains(matrix.os, 'windows')" # TODO
58
59
59
60
Lint :
60
61
if : " !contains(github.event.head_commit.message, '[skip ci]')"
Original file line number Diff line number Diff line change 28
28
"prepare" : " npm run build" ,
29
29
"postinstall" : " node script/postinstall.js" ,
30
30
"get.fixtures" : " node ./script/get-fixtures.js && shx cp -r ./spec/fixtures/r.tmbundle-patch/Snippets/ ./spec/fixtures/r.tmbundle/" ,
31
- "test" : " npm run check-version && npm run get.fixtures && jasmine-focused --captureExceptions --coffee spec/init-spec.coffee "
31
+ "test" : " npm run check-version && npm run get.fixtures && jasmine-focused --captureExceptions --coffee spec"
32
32
},
33
33
"dependencies" : {
34
34
"@atom/plist" : " 0.4.4" ,
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ const links = [
11
11
"https://github.com/atom-community/apm/raw/master/spec/fixtures/node-v10.20.1.tar.gz" ,
12
12
"https://github.com/atom-community/apm/raw/master/spec/fixtures/node.lib" ,
13
13
"https://github.com/atom-community/apm/raw/master/spec/fixtures/node_x64.lib" ,
14
- "https://github.com/atom-community/apm/blob /master/spec/fixtures/node-v10.20.1-headers.tar.gz" ,
15
- "https://github.com/atom-community/apm/blob /master/spec/fixtures/repo.git" ,
14
+ "https://github.com/atom-community/apm/raw /master/spec/fixtures/node-v10.20.1-headers.tar.gz" ,
15
+ "https://github.com/atom-community/apm/raw /master/spec/fixtures/repo.git" ,
16
16
]
17
17
18
18
const repos = [ "https://github.com/textmate/r.tmbundle" ]
Original file line number Diff line number Diff line change 1
- DC7CADF51D27B4880F85DAF3F84EB1339878128E1F5B50312C3FF99C3DA429A1 ./node-v10.20.1-headers.tar.gz
2
- EA39A70B715BFBD0281979C95A5B81136FFDC0E5BF66B1FD7DC3EF3473CE2C5A ./node-v10.20.1.tar.gz
3
- 213D72051A68C37AFC37A5D185A4C5BFACC985BC35331024E5F28635F084DA70 ./x64/node.lib
4
- E5224F36CF5AE52EE8532E383142073FD6C28866745E9967992DE28CFBF5B63A ./node.lib
1
+ f2777bf2b140033c01d5f912df510dfa394e748f92bbaed24c832abf36cb3bdf ./node-v10.20.1-headers.tar.gz
2
+ ea39a70b715bfbd0281979c95a5b81136ffdc0e5bf66b1fd7dc3ef3473ce2c5a ./node-v10.20.1.tar.gz
3
+ 213d72051a68c37afc37a5d185a4c5bfacc985bc35331024e5f28635f084da70 ./x64/node.lib
4
+ e5224f36cf5ae52ee8532e383142073fd6c28866745e9967992de28cfbf5b63a ./node.lib
You can’t perform that action at this time.
0 commit comments