From d02ac99284f6f8682b087b7149aa9cd929cc6f47 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 7 Mar 2024 15:11:31 +0100 Subject: [PATCH] ci: run conformance against proxy gateway proxying to car gatway --- .github/workflows/gateway-conformance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index 977898618..bb16bdbf8 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -43,7 +43,7 @@ jobs: # 3. Start the proxy-gateway - name: Start car-gateway - run: boxo/examples/gateway/car/proxy-gateway -g http://127.0.0.1:8030 -p 8040 & + run: boxo/examples/gateway/proxy/proxy-gateway -g http://127.0.0.1:8030 -p 8040 & # 4. Run the gateway-conformance tests - name: Run gateway-conformance tests