Skip to content

Commit

Permalink
Map TSS server addresses to localhost.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitropy committed Nov 29, 2023
1 parent c7550a6 commit 92106b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ jobs:
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_CI_TOKEN }}
- name: Add TSS server host mappings
run: |
echo "127.0.0.1 alice-tss-server bob-tss-server" | sudo tee -a /etc/hosts
- name: Test
run: yarn run test

0 comments on commit 92106b0

Please sign in to comment.