Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 7, 2023
1 parent e004f1c commit 250e47b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/integration/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ runs:
node-version: ${{ inputs.node }}
cache: 'npm'

- name: Update /etc/hosts
shell: bash
run: |
sudo echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts
- name: Move dotenv file
shell: bash
run: |
Expand Down

0 comments on commit 250e47b

Please sign in to comment.