We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd93d8 commit c4f8b20Copy full SHA for c4f8b20
.github/workflows/test-dev-e2e.yml
@@ -12,9 +12,13 @@ jobs:
12
uses: singulargarden/bifrost-gateway2/.github/workflows/gateway-conformance.yml@main
13
with:
14
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
19
aggregate:
20
runs-on: "ubuntu-latest"
- needs: [bifrost-gateway]
21
+ needs: [bifrost-gateway, kubo-gateway]
22
# the tests might have failed
23
if: always()
24
defaults:
0 commit comments