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 03db002 commit 17ab45f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/actions/integration/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ 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 All @@ -40,7 +35,3 @@ runs:
npm ci --with=dev
npm ci --with=dev --prefix=examples/users-api
npm i --with=dev --prefix=examples/${{ inputs.integration }} --no-package-lock --legacy-peer-deps
- name: Build package
shell: bash
run: npm run build

0 comments on commit 17ab45f

Please sign in to comment.