Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
test: gateway-conformance matrix for GRAPH_BACKEND
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Aug 14, 2023
1 parent d8485e2 commit 913e3fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gateway-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
gateway-conformance:
runs-on: ubuntu-latest
strategy:
matrix:
car-backend: [true, false]
steps:
# 1. Start the Kubo gateway
- name: Download Kubo gateway
Expand Down Expand Up @@ -60,6 +63,7 @@ jobs:
env:
PROXY_GATEWAY_URL: http://127.0.0.1:8080
GATEWAY_CONFORMANCE_TEST: true
GRAPH_BACKEND: ${{ matrix.version }}
run: ./bifrost-gateway &
working-directory: bifrost-gateway

Expand Down

0 comments on commit 913e3fc

Please sign in to comment.