Skip to content

Commit

Permalink
mention hosts file editing
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed Oct 15, 2024
1 parent 1453fb3 commit 6c1463a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
password: ${{ secrets.DOCKER_HUB_CI_TOKEN }}
- name: Add TSS server host mappings
run: |
echo "127.0.0.1 alice-tss-server bob-tss-server dave-tss-server eve-tss-server" | sudo tee -a /etc/hosts
echo "127.0.0.1 alice-tss-server bob-tss-server charlie-tss-server dave-tss-server" | sudo tee -a /etc/hosts
- name: Test
run: yarn run test
2 changes: 1 addition & 1 deletion dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ For the tests to run you **must** edit your `/etc/hosts` file, adding:
```
127.0.0.1 alice-tss-server
127.0.0.1 bob-tss-server
127.0.0.1 dave-tss-server
127.0.0.1 charlie-tss-server
127.0.0.1 dave-tss-server
```

### Gotcha 1 - dirty docker
Expand Down

0 comments on commit 6c1463a

Please sign in to comment.