Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidmonis authored Sep 30, 2024
1 parent ab6ac9b commit 3c74edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Add host.docker.internal to /etc/hosts
run: |
HOST_IP=$(ip route | awk 'NR==1 {print $3}')
echo "$HOST_IP host.docker.internal" | sudo tee -a /etc/hosts
echo "$HOST_IP localhost" | sudo tee -a /etc/hosts
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 3c74edb

Please sign in to comment.