Skip to content

Commit 783257c

Browse files
committed
Build twice?
1 parent 2d6622b commit 783257c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,13 @@ jobs:
3030
- name: Install dependencies
3131
run: npm ci
3232

33+
# There is a bug in the ReScript compiler where it tries to compile the test files before finishing the source files
3334
- name: Build ReScript code
3435
run: npm run build
36+
continue-on-error: true
37+
38+
- name: Rebuild ReScript code
39+
run: npm run build
3540

3641
- name: Run tests
3742
run: npm test

0 commit comments

Comments
 (0)