diff --git a/.github/workflows/v_apps_and_modules_compile_ci.yml b/.github/workflows/v_apps_and_modules_compile_ci.yml index 4a5b6c2f6a5419..d6daab125d8feb 100644 --- a/.github/workflows/v_apps_and_modules_compile_ci.yml +++ b/.github/workflows/v_apps_and_modules_compile_ci.yml @@ -78,12 +78,12 @@ jobs: echo "Build Gitly" v /tmp/gitly ## echo "Build Gitly with -autofree" -# ## v -autofree /tmp/gitly + ## v -autofree /tmp/gitly echo "Compile gitly.css from gitly.scss" sassc /tmp/gitly/src/static/css/gitly.scss > /tmp/gitly/src/static/css/gitly.css -# echo "Run first_run.v" -# v run /tmp/gitly/tests/first_run.v -# # /tmp/gitly/gitly -ci_run + # echo "Run first_run.v" + # v run /tmp/gitly/tests/first_run.v + # # /tmp/gitly/gitly -ci_run - name: Build V Language Server (v-analyzer) v-analyzer/v-analyzer run: |