Skip to content

Commit bd170e7

Browse files
committed
Update workflows
1 parent 65965be commit bd170e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/workflows/build-test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
path: ${{ steps.yarn-cache-dir.outputs.YARN_CACHE_DIR }}
3131
key: yarn-cache-${{ runner.os }}-${{ steps.yarn-version.outputs.YARN_VERSION }}-${{ hashFiles('yarn.lock') }}
3232
- run: yarn install
33+
- run: cd ./packages/snapper && yarn install
34+
- run: cd ./packages/ui && yarn install
3335
- run: yarn build
3436
- run: yarn test
3537
# - name: Require clean working directory

0 commit comments

Comments
 (0)