Skip to content

Commit

Permalink
chore: pass relay ip
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 6, 2024
1 parent af2d9b5 commit 5f71392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
env:
SERVER_IP: ${{ steps.server.outputs.stdout }}
CLIENT_IP: ${{ steps.client.outputs.stdout }}
RELAY_IP: ${{ steps.relay.outputs.stdout }}
run: npm run start -- --client-public-ip $CLIENT_IP --server-public-ip $SERVER_IP --relay-public-ip $RELAY_IP
working-directory: perf/runner
- name: Push
Expand Down

0 comments on commit 5f71392

Please sign in to comment.