Skip to content

Commit

Permalink
updated hosts file for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rh0delta committed Oct 21, 2024
1 parent 229040f commit 35bf557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
run: yarn run build
- name: Add TSS server host mappings
run: |
echo "127.0.0.1 alice-tss-server bob-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

0 comments on commit 35bf557

Please sign in to comment.