Skip to content

Commit

Permalink
ci: fix v_apps_and_modules_compile_ci.yml (YAML should be abandoned, …
Browse files Browse the repository at this point in the history
…the sooner the better)
  • Loading branch information
spytheman committed Oct 5, 2023
1 parent b10342e commit 63b6407
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/v_apps_and_modules_compile_ci.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 63b6407

Please sign in to comment.