Skip to content

Commit

Permalink
run npx prettier --write .github/workflows/v_apps_and_modules_compi…
Browse files Browse the repository at this point in the history
…le_ci.yml
  • Loading branch information
spytheman committed Dec 4, 2024
1 parent 7215d26 commit 909490f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/v_apps_and_modules_compile_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
v retry brew install sassc libgit2
fi
## - name: Test vtcc
## if: runner.os == 'Linux'
## run: .github/workflows/compile_v_with_vtcc.sh
## - name: Test vtcc
## if: runner.os == 'Linux'
## run: .github/workflows/compile_v_with_vtcc.sh

- name: Test vsql compilation and examples
if: ${{ !cancelled() && steps.build.outcome == 'success' }}
Expand All @@ -68,18 +68,18 @@ jobs:
echo "Run vsql/connection_test.v with -skip-unused"
v -skip-unused vsql/connection_test.v
## - name: Test discord.v
## if: ${{ !cancelled() && steps.build.outcome == 'success' }}
## run: |
## echo "Clone https://github.com/DarpHome/discord.v"
## v retry -- v install https://github.com/DarpHome/discord.v
## cd ~/.vmodules/discord
## echo "Checkout last known good commit"
## git checkout 458261508af66fa971207c8af10ee4e1b59fbf2f
## echo "Execute Tests"
## v test .
## echo "Execute Tests with -skip-unused"
## v -skip-unused test .
## - name: Test discord.v
## if: ${{ !cancelled() && steps.build.outcome == 'success' }}
## run: |
## echo "Clone https://github.com/DarpHome/discord.v"
## v retry -- v install https://github.com/DarpHome/discord.v
## cd ~/.vmodules/discord
## echo "Checkout last known good commit"
## git checkout 458261508af66fa971207c8af10ee4e1b59fbf2f
## echo "Execute Tests"
## v test .
## echo "Execute Tests with -skip-unused"
## v -skip-unused test .

- name: Build vlang/vab
if: ${{ !cancelled() && steps.build.outcome == 'success' }}
Expand Down

0 comments on commit 909490f

Please sign in to comment.