Skip to content

Commit 33a93b0

Browse files
authored
Merge pull request #6 from atom-community/tests
2 parents 69d9efd + bc25354 commit 33a93b0

File tree

7 files changed

+9
-8
lines changed

7 files changed

+9
-8
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ jobs:
5353
- name: Install dependencies
5454
run: npm install
5555

56-
- name: Run tests 👩🏾‍💻
56+
- name: Run tests
5757
run: ./bin/npm test
58+
if: "!contains(matrix.os, 'windows')" # TODO
5859

5960
Lint:
6061
if: "!contains(github.event.head_commit.message, '[skip ci]')"

bin/apm

100644100755
File mode changed.

bin/npm

100644100755
File mode changed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"prepare": "npm run build",
2929
"postinstall": "node script/postinstall.js",
3030
"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"
3232
},
3333
"dependencies": {
3434
"@atom/plist": "0.4.4",

script/get-fixtures.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ const links = [
1111
"https://github.com/atom-community/apm/raw/master/spec/fixtures/node-v10.20.1.tar.gz",
1212
"https://github.com/atom-community/apm/raw/master/spec/fixtures/node.lib",
1313
"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",
1616
]
1717

1818
const repos = ["https://github.com/textmate/r.tmbundle"]

script/postinstall.sh

100644100755
File mode changed.

spec/fixtures/SHASUMS256.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)