Skip to content

Commit

Permalink
ci: run conformance against proxy gateway proxying to car gatway
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Mar 7, 2024
1 parent 6d16016 commit d02ac99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gateway-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d02ac99

Please sign in to comment.