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

Commit

Permalink
fix: properly execute the bifrost-gateway binary
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Mar 8, 2023
1 parent de99312 commit 73a3341
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gateway-sharness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ jobs:
PROXY_GATEWAY_URL: http://127.0.0.1:60080
KUBO_RPC_URL: http://127.0.0.1:60050
run: |
go run . --gateway-port 8083 &
go build -o bifrost-gateway
./bifrost-gateway --gateway-port 8083 &
sleep 5s
working-directory: bifrost
shell: bash
- name: Run Kubo Sharness Tests
env:
TEST_NODE_GWAY_MADDR: /ip4/127.0.0.1/tcp/60080
Expand Down

0 comments on commit 73a3341

Please sign in to comment.