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

Commit 375faf5

Browse files
committed
ci(release): build before testing
1 parent 0a3a44d commit 375faf5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,20 @@ jobs:
2828
node-version: 12.x
2929

3030
- name: Install dependencies
31-
run: yarn install
32-
33-
- name: Bootstrap
34-
run: yarn bootstrap
31+
run: yarn install --frozen-lockfile && yarn bootstrap
32+
3533

3634
- name: Linting
3735
run: yarn lint
3836

37+
- name: Building packages
38+
run: yarn build
39+
3940
- name: Testing components
4041
run: yarn test
4142
env:
4243
CI: true
4344

44-
- name: Building packages
45-
run: yarn build --if-present
46-
4745
- name: Setup CI Git User
4846
run: |
4947
git config --global user.name "codebender828"

0 commit comments

Comments
 (0)