From 63b6407b6af615201c66075d9bb21a6417cc6bd7 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 5 Oct 2023 12:34:08 +0300 Subject: [PATCH] ci: fix v_apps_and_modules_compile_ci.yml (YAML should be abandoned, the sooner the better) --- .github/workflows/v_apps_and_modules_compile_ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: |