Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 7, 2023
1 parent 1b10838 commit 485de6c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 485de6c

Please sign in to comment.