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:
578578 working-directory : ${{ steps.tmp-dir.outputs.path }}
579579
580580 - 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
582582 shell : bash
583583 working-directory : ${{ steps.tmp-dir.outputs.path }}
584584
@@ -633,7 +633,7 @@ jobs:
633633 working-directory : ${{ steps.tmp-dir.outputs.path }}
634634
635635 - 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
637637 shell : bash
638638 working-directory : ${{ steps.tmp-dir.outputs.path }}
639639
You can’t perform that action at this time.
0 commit comments