ci: use latest upstream discord.v in apps and modules test (#21322)

This commit is contained in:
Turiiya 2024-04-20 15:31:35 +02:00 committed by GitHub
parent ed7f1ffc6c
commit ba29de549b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 .