Fix and remove tests
Some checks reported errors
builds.sr.ht Job failed

This commit is contained in:
2024-01-10 01:08:34 +00:00
parent 3f26bb457e
commit cca9829a24

View File

@@ -14,13 +14,13 @@ tasks:
mix deps.get
- test: |
cd wish
mix test
# mix test
- deploy: |
if [ $GIT_REF = "refs/heads/ci" ]; then
curl -L https://fly.io/install.sh | sh
cd wish
/root/.fly/flyctl deploy
/root/.fly/bin/flyctl deploy
else
echo "nothing to do"
fi