mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: use latest upstream discord.v
in apps and modules test (#21322)
This commit is contained in:
parent
ed7f1ffc6c
commit
ba29de549b
1 changed files with 4 additions and 3 deletions
|
@ -58,9 +58,10 @@ jobs:
|
||||||
if: ${{ !cancelled() && steps.build.outcome == 'success' }}
|
if: ${{ !cancelled() && steps.build.outcome == 'success' }}
|
||||||
run: |
|
run: |
|
||||||
echo "Clone https://github.com/DarpHome/discord.v"
|
echo "Clone https://github.com/DarpHome/discord.v"
|
||||||
.github/workflows/retry.sh v install https://github.com/ttytm/discord.v@temp/v-ci && cd ~/.vmodules/discord
|
.github/workflows/retry.sh v install https://github.com/DarpHome/discord.v
|
||||||
# echo "Checkout last known good commit"
|
cd ~/.vmodules/discord
|
||||||
# git checkout 789de8ad35ee2683fbcd950fc07936f052088d0c
|
echo "Checkout last known good commit"
|
||||||
|
git checkout c4777906464e4c97233e3afa532ddec7175e21ec
|
||||||
echo "Execute Tests"
|
echo "Execute Tests"
|
||||||
v test .
|
v test .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue