Skip to content

Commit 005d2e8

Browse files
committed
fix installation test
1 parent 55bdc1b commit 005d2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ jobs:
537537
working-directory: ${{ steps.tmp-dir.outputs.path }}
538538

539539
- name: Test installation
540-
run: npx rescript -h && npx rescript build && cat src/Test.bs.js
540+
run: npx rescript -h && npx rescript build && cat src/Test.res.js
541541
shell: bash
542542
working-directory: ${{ steps.tmp-dir.outputs.path }}
543543

0 commit comments

Comments
 (0)