Skip to content

Commit c4f8b20

Browse files
committed
feat: add kubo
1 parent 1cd93d8 commit c4f8b20

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-dev-e2e.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ jobs:
1212
uses: singulargarden/bifrost-gateway2/.github/workflows/gateway-conformance.yml@main
1313
with:
1414
artifact_json_name: conformance-bifrost-gateway.json
15+
kubo-gateway:
16+
uses: singulargarden/kubo/.github/workflows/gateway-conformance.yml@master
17+
with:
18+
artifact_json_name: conformance-kubo-gateway.json
1519
aggregate:
1620
runs-on: "ubuntu-latest"
17-
needs: [bifrost-gateway]
21+
needs: [bifrost-gateway, kubo-gateway]
1822
# the tests might have failed
1923
if: always()
2024
defaults:

0 commit comments

Comments
 (0)