Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 8c8ffd9

Browse files
committed
chore: run external repo tests
1 parent 8ab7a03 commit 8c8ffd9

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ logs
88
*.log
99
# npm pack
1010
*.tgz
11+
**/tests_output
1112

1213
coverage
1314

@@ -43,4 +44,4 @@ test/fixtures/go-ipfs-repo/LOG.old
4344

4445
# while testing npm5
4546
package-lock.json
46-
yarn.lock
47+
yarn.lock

.travis.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,28 @@ jobs:
125125

126126
- stage: test
127127
if: branch =~ /^release\/.*$/
128-
name: service-worker-gateway
128+
name: external - service-worker-gateway
129129
script:
130130
- npm run test:external -- service-worker-gateway https://github.com/ipfs-shipyard/service-worker-gateway.git
131131

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+
132150
- stage: tag
133151
# only run on changes to master
134152
if: branch = master AND type = push AND fork = false

0 commit comments

Comments
 (0)