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

Commit

Permalink
fix ip to 127.0.0.1 for local request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
J-HowHuang committed May 1, 2024
1 parent 9fe6829 commit 05ced2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark_group_2_local_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
SERVER_ROOT: ${{ github.workspace }}/istziio/server
AWS_ACCESS_KEY_ID: ${{ secrets.GROUP_2_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.GROUP_2_AWS_SECRET_ACCESS_KEY }}
SERVER_IP: ${{ needs.start-runner.outputs.private-ip }}
SERVER_URL: ${{ needs.start-runner.outputs.private-ip }}:26379
SERVER_IP: 127.0.0.1
SERVER_URL: 127.0.0.1:26379
steps:
- name: Clone Server
uses: actions/checkout@v4
Expand Down

0 comments on commit 05ced2a

Please sign in to comment.