Skip to content

Commit

Permalink
chore: npm i in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 17, 2020
1 parent f1fe60a commit 7901fd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- uses: actions/setup-node@v2-beta
with:
node-version: '12'
- run: docker pull pactfoundation/pact-cli:latest
- run: npm i
- name:
run: |
docker pull pactfoundation/pact-cli:latest
make ci
run: make ci
env:
PACT_BROKER_TOKEN: ${{ secrets.TEST_PACTFLOW_IO_PACT_BROKER_TOKEN }}
REACT_APP_API_BASE_URL: http://localhost:8080
Expand Down

0 comments on commit 7901fd5

Please sign in to comment.