Skip to content

Commit

Permalink
Render expression for test file script in GitHub action workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Sep 15, 2024
1 parent c7947f5 commit d78b17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Build test
run: |
echo "([[+1, -2, 3.1416, ~~~~(\"Hello\")], [\"damn\", 10e-3, \"world!\"], nil]);" > test.zhv
echo "render ([[+1, -2, 3.1416, ~~~~(\"Hello\")], [\"damn\", 10e-3, \"world!\"], nil]);" > test.zhv
./dist/zhivo

0 comments on commit d78b17e

Please sign in to comment.