Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit cac14d6

Browse files
committed
chore: bootstrap before running tests
1 parent 74bd7a8 commit cac14d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: yarn lint
3535

3636
- name: Build packages
37-
run: yarn build
37+
run: yarn build && yarn bootstrap
3838

3939
- name: Run tests
4040
run: yarn test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: yarn lint
3636

3737
- name: Building packages
38-
run: yarn build
38+
run: yarn build && yarn bootstrap
3939

4040
- name: Testing components
4141
run: yarn test

0 commit comments

Comments
 (0)