Skip to content

Commit

Permalink
Update ml_build.yml: Replaced /home/parallels with /home/ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Magnus Larsson <[email protected]>
  • Loading branch information
magnus-larsson authored Feb 16, 2024
1 parent ca0ab9d commit da740f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ml_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ jobs:
docker ps
- name: Install local ToxiProxy to simulate connectivity issues to Dapr sidecar
run: |
mkdir -p /home/parallels/.local/bin
wget -q ${{ env.TOXIPROXY_URL }} -O /home/parallels/.local/bin/toxiproxy-server
chmod +x /home/parallels/.local/bin/toxiproxy-server
/home/parallels/.local/bin/toxiproxy-server --version
mkdir -p /home/ubuntu/.local/bin
wget -q ${{ env.TOXIPROXY_URL }} -O /home/ubuntu/.local/bin/toxiproxy-server
chmod +x /home/ubuntu/.local/bin/toxiproxy-server
/home/ubuntu/.local/bin/toxiproxy-server --version
- name: Clean up files
run: ./mvnw clean -B
- name: Build sdk
Expand Down

0 comments on commit da740f7

Please sign in to comment.