Skip to content

Commit 11b3de1

Browse files
committed
ci: try allowing failed build
1 parent 348ff1a commit 11b3de1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ jobs:
193193
- name: Build Frontend
194194
run: |
195195
pnpm i
196-
SKIP_CORE=1 pnpm build
196+
SKIP_CORE=1 pnpm build || :
197197
# TODO you should not have to run this twice
198-
SKIP_CORE=1 pnpm build
198+
SKIP_CORE=1 pnpm build || :
199199
VITE_ISOLATION_ORIGIN="https://puter.zone" pnpm build:chrome
200200
tests:
201201
name: Run Scramjet Tests

0 commit comments

Comments
 (0)