Skip to content

Commit

Permalink
job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jun 18, 2020
1 parent 629ee7e commit f1b68c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:

unit:
runs-on: ubuntu-latest
needs: [build]
strategy:
# e.g. if lint fails, continue to the unit tests anyway
fail-fast: false
Expand All @@ -46,6 +47,12 @@ jobs:
with:
node-version: 10.x

- name: Download dist
uses: actions/download-artifact@v2
with:
name: dist
path: dist/

- run: yarn --frozen-lockfile

- run: yarn diff:sample-json
Expand Down

0 comments on commit f1b68c4

Please sign in to comment.