Skip to content

Commit bfffafc

Browse files
committed
try different approach
1 parent 5885d8b commit bfffafc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pull-request.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,10 @@ jobs:
3333
run: yarn install --frozen-lockfile
3434

3535
- name: Build
36-
run: CI=false yarn build
36+
id: build
37+
continue-on-error: true
38+
run: yarn build
39+
40+
- name: Check Build Result
41+
if: steps.build.outcome == 'failure' && steps.build.exitCode == 1
42+
run: exit 1

0 commit comments

Comments
 (0)