Skip to content

Commit

Permalink
temp: run in foreground
Browse files Browse the repository at this point in the history
  • Loading branch information
lalexgap committed Aug 30, 2023
1 parent fec0b89 commit 8b32781
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ts-rpc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@ jobs:
run: make ui/build

- name: Run go-nitro RPC servers with GUI
run: go run ./cmd/start-rpc-servers -ui=true &> output.log &

- name: Run Create Channels script
# TODO: We could write a test specific script that creates channels and checks the results
run: npx ts-node ./scripts/client-runner.ts create-channels -w 300000 &> output.log
working-directory: packages/nitro-rpc-client
run: go run ./cmd/start-rpc-servers -ui=true 2>&1 | tee output.log

- name: Archive logs
if: always()
Expand Down

0 comments on commit 8b32781

Please sign in to comment.