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: