feat(ci): rebuild yarn on failed build
This commit is contained in:
parent
7be7bab1ca
commit
4f3295d3fc
2
.github/workflows/ci-cd-trigger.yml
vendored
2
.github/workflows/ci-cd-trigger.yml
vendored
@ -91,7 +91,7 @@ jobs:
|
|||||||
run: yarn nx affected:test
|
run: yarn nx affected:test
|
||||||
|
|
||||||
- name: Build affected
|
- name: Build affected
|
||||||
run: yarn nx affected:build
|
run: yarn nx affected:build || (yarn install && yarn nx affected:build)
|
||||||
|
|
||||||
# See affected apps
|
# See affected apps
|
||||||
- name: See affected apps
|
- name: See affected apps
|
||||||
|
Loading…
Reference in New Issue
Block a user