Skip to content

Commit

Permalink
restore from cache for ganache and mosaic as they need devdeps for bu…
Browse files Browse the repository at this point in the history
…ilding

integrate install.sh script
  • Loading branch information
ryanio committed Aug 4, 2020
1 parent b7912cf commit 39c3639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
*/*/node_modules
key: ${{ runner.os }}-node12-${{ hashFiles('**/package-lock.json') }}

- run: bash ./scripts/install.sh
- run: npm ci
if: steps.cache-deps.outputs.cache-hit != 'true'

- run: bash ./scripts/ci.sh
Expand All @@ -56,7 +56,7 @@ jobs:
*/*/node_modules
key: ${{ runner.os }}-node${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}

- run: bash ./scripts/install.sh
- run: npm ci
if: steps.cache-deps.outputs.cache-hit != 'true'

- run: bash ./scripts/ci.sh
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
*/*/node_modules
key: ${{ runner.os }}-node12-${{ hashFiles('**/package-lock.json') }}

- run: bash ./scripts/install.sh
- run: npm ci
if: steps.cache-deps.outputs.cache-hit != 'true'

- run: bash ./scripts/ci.sh
Expand Down
15 changes: 0 additions & 15 deletions scripts/install.sh

This file was deleted.

0 comments on commit 39c3639

Please sign in to comment.