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

Commit

Permalink
revert last change
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Mar 8, 2023
1 parent 6ce9b1f commit 56388a9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/gateway-sharness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
GOLOG_LOG_LEVEL: error,bifrost-gateway=debug
run: |
go build -o bifrost-gateway
./bifrost-gateway --gateway-port 8083 > bifrost.log 2>&1 &
./bifrost-gateway --gateway-port 8083 &
sleep 5s
working-directory: bifrost
- name: Run Kubo Sharness Tests
Expand All @@ -52,9 +52,4 @@ jobs:
TEST_NODE_API_MADDR: /ip4/127.0.0.1/tcp/60050
TEST_GWAY_MADDR: /ip4/127.0.0.1/tcp/8083
run: find . -maxdepth 1 -name "*gateway*.sh" ! -name "*t0400*.sh" ! -name "*t0111*.sh" -type f -print0 | xargs -0 -I {} bash -c "echo {}; {} -v"
working-directory: kubo/test/sharness
- name: Upload Bifrost Logs
uses: actions/upload-artifact@v3
with:
name: bifrost-logs
path: ./bifrost/bifrost.log
working-directory: kubo/test/sharness

0 comments on commit 56388a9

Please sign in to comment.