Skip to content

Commit

Permalink
install dependencies again
Browse files Browse the repository at this point in the history
  • Loading branch information
darshkpatel committed Jul 21, 2020
1 parent 558a494 commit 08d3eae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,8 @@ jobs:
HEADLESS: true

steps:
- uses: actions/cache@v1
id: restore-build
with:
path: '.'
key: ${{ github.sha }}

# Installing dependencies again since OS changed
- run: yarn install --frozen-lockfile --check-files
- run: node run-tests.js test/integration/production/test/index.test.js
- run: node run-tests.js test/integration/basic/test/index.test.js
- run: node run-tests.js test/acceptance/*
Expand Down

0 comments on commit 08d3eae

Please sign in to comment.