Skip to content

Commit a9d60f1

Browse files
authored
Make build and test steps more explicit (#62)
1 parent 714d0a9 commit a9d60f1

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,18 @@ jobs:
4242
- run: corepack prepare yarn@4.10.3 --activate
4343
- run: yarn set version 4.10.3
4444
- run: NPQ_PKG_MGR=yarn npx npq install
45-
- run: yarn build
46-
- run: yarn test
45+
46+
- name: Build motion package
47+
run: yarn workspace @wix/motion build
48+
49+
- name: Build interact package
50+
run: yarn workspace @wix/interact build
51+
52+
- name: Test motion package
53+
run: yarn workspace @wix/motion test
54+
55+
- name: Test interact package
56+
run: yarn workspace @wix/interact test
4757

4858
# ---- BUMP VERSION ----
4959

0 commit comments

Comments
 (0)