This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 8
8
* .log
9
9
# npm pack
10
10
* .tgz
11
+ ** /tests_output
11
12
12
13
coverage
13
14
@@ -43,4 +44,4 @@ test/fixtures/go-ipfs-repo/LOG.old
43
44
44
45
# while testing npm5
45
46
package-lock.json
46
- yarn.lock
47
+ yarn.lock
Original file line number Diff line number Diff line change @@ -125,10 +125,28 @@ jobs:
125
125
126
126
- stage : test
127
127
if : branch =~ /^release\/.*$/
128
- name : service-worker-gateway
128
+ name : external - service-worker-gateway
129
129
script :
130
130
- npm run test:external -- service-worker-gateway https://github.com/ipfs-shipyard/service-worker-gateway.git
131
131
132
+ - stage : test
133
+ if : branch =~ /^release\/.*$/
134
+ name : external - orbit-db
135
+ script :
136
+ - npm run test:external -- orbit-db https://github.com/orbitdb/orbit-db.git
137
+
138
+ - stage : test
139
+ if : branch =~ /^release\/.*$/
140
+ name : external - ipfs-log
141
+ script :
142
+ - npm run test:external -- ipfs-log https://github.com/orbitdb/ipfs-log.git
143
+
144
+ - stage : test
145
+ if : branch =~ /^release\/.*$/
146
+ name : external - sidetree
147
+ script :
148
+ - npm run test:external -- sidetree https://github.com/decentralized-identity/sidetree.git
149
+
132
150
- stage : tag
133
151
# only run on changes to master
134
152
if : branch = master AND type = push AND fork = false
You can’t perform that action at this time.
0 commit comments