diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5e7d7c..a71d5b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,12 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 12 - - run: yarn install - - run: yarn build-library - - run: yarn test \ No newline at end of file + run: | + yarn install + cd src/lib + yarn install + cd ../components + yarn install + cd ../.. + yarn build-library + yarn test \ No newline at end of file