From cca9829a241e870db90fdc8a302de05018fa880c Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 10 Jan 2024 01:08:34 +0000 Subject: [PATCH] Fix and remove tests --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 205036f..adfbd10 100644 --- a/.build.yml +++ b/.build.yml @@ -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