From 485de6cc292d697dd70c18db2b3c0d46f56b4d99 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Thu, 7 Sep 2023 02:22:11 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a73ca622..07d335ce 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -71,6 +71,10 @@ jobs: node-version: ${{ env.NODE_VERSION }} cache: 'npm' + - name: Update /etc/hosts + run: | + sudo echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts + - name: Restore build artifacts uses: actions/cache/restore@v3 with: @@ -113,6 +117,10 @@ jobs: node-version: ${{ env.NODE_VERSION }} cache: 'npm' + - name: Update /etc/hosts + run: | + sudo echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts + - name: Restore build artifacts uses: actions/cache/restore@v3 with: @@ -154,6 +162,10 @@ jobs: node-version: ${{ env.NODE_VERSION }} cache: 'npm' + - name: Update /etc/hosts + run: | + sudo echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts + - name: Restore build artifacts uses: actions/cache/restore@v3 with: