From 35bf557630657ad5b5ef43970fd24e9ff95a4413 Mon Sep 17 00:00:00 2001 From: Nayyir Jutha Date: Mon, 21 Oct 2024 18:50:43 -0400 Subject: [PATCH] updated hosts file for CI --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 532170d8..11406d18 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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