Skip to content

Commit ed67fa9

Browse files
committed
fix(ci): use --eval instead of -c when testing code from the cli
1 parent 8ec2f21 commit ed67fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333

3434
- name: Run code
3535
shell: bash
36-
run: arkscript -c '(print "hello world!")'
36+
run: arkscript --eval '(print "hello world!")'
3737

0 commit comments

Comments
 (0)