File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ jobs:
578
578
working-directory : ${{ steps.tmp-dir.outputs.path }}
579
579
580
580
- name : Test installation
581
- run : npx rescript -h && npx rescript build && cat src/Test.res.js
581
+ run : npx rescript -h && npx rescript build && cat src/Test.res.js && npx rescript clean && npx rescript legacy build
582
582
shell : bash
583
583
working-directory : ${{ steps.tmp-dir.outputs.path }}
584
584
@@ -633,7 +633,7 @@ jobs:
633
633
working-directory : ${{ steps.tmp-dir.outputs.path }}
634
634
635
635
- name : Test installation
636
- run : pnpm rescript -h && pnpm rescript build && cat src/Test.res.js
636
+ run : pnpm rescript -h && pnpm rescript build && cat src/Test.res.js && pnpm rescript clean && pnpm rescript legacy build
637
637
shell : bash
638
638
working-directory : ${{ steps.tmp-dir.outputs.path }}
639
639
You can’t perform that action at this time.
0 commit comments