diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index b88318adf5fb8b..3b7c151c16bd76 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -33,7 +33,7 @@ jobs: ./v -cg cmd\tools\vtest-self.v ./v test-self - name: Test v->js - run: ./v -o hi.js examples/hello_v_js.v && node hi.js + run: ./v -o hi.js examples/js_hello_world.v && node hi.js - name: Test v binaries run: ./v build-vbinaries - name: Build examples diff --git a/.github/workflows/linux_ci.yml b/.github/workflows/linux_ci.yml index cb3299dc98e290..ee657f815e6418 100644 --- a/.github/workflows/linux_ci.yml +++ b/.github/workflows/linux_ci.yml @@ -141,7 +141,7 @@ jobs: # - name: Test v binaries # run: v -N -W build-vbinaries # - name: Test v->js - # run: v -o hi.js examples/hello_v_js.v && node hi.js + # run: v -o hi.js examples/js_hello_world.v && node hi.js # - name: Build Vorum # run: v retry -- git clone --depth 1 https://github.com/vlang/vorum && cd vorum && v . && cd .. - name: Freestanding @@ -336,7 +336,7 @@ jobs: # # - name: Test v binaries # # run: v -N -W build-vbinaries # # - name: Test v->js - # # run: v -o hi.js examples/hello_v_js.v && node hi.js + # # run: v -o hi.js examples/js_hello_world.v && node hi.js # - name: quick debug # run: v -stats vlib/strconv/format_test.v # - name: Self tests diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 0045e91b6aaa3f..151c9798533096 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -64,7 +64,7 @@ jobs: - name: Build option_test.c.v with -autofree run: v -autofree vlib/v/tests/options/option_test.c.v - name: Test v->js - run: v -o hi.js examples/hello_v_js.v && node hi.js + run: v -o hi.js examples/js_hello_world.v && node hi.js - name: Test v binaries run: v build-vbinaries - name: Build examples @@ -119,7 +119,7 @@ jobs: # - name: Test # run: v test-all - name: Test v->js - run: v -o hi.js examples/hello_v_js.v && node hi.js + run: v -o hi.js examples/js_hello_world.v && node hi.js - name: Test v binaries run: v build-vbinaries - name: Build examples @@ -173,7 +173,7 @@ jobs: - name: Self tests run: v test-self vlib - name: Test v->js - run: v -o hi.js examples/hello_v_js.v && node hi.js + run: v -o hi.js examples/js_hello_world.v && node hi.js - name: Test v binaries run: v build-vbinaries - name: Build examples @@ -217,7 +217,7 @@ jobs: # - name: Self tests # run: v test-self vlib # - name: Test v->js - # run: v -o hi.js examples/hello_v_js.v && node hi.js + # run: v -o hi.js examples/js_hello_world.v && node hi.js # - name: Test v binaries # run: v build-vbinaries # - name: Build examples diff --git a/README.md b/README.md index 10c15f23232c37..eee4eef374db35 100644 --- a/README.md +++ b/README.md @@ -319,7 +319,7 @@ https://github.com/vlang/ui