Workflow fix
sender Build / Rustfmt (pull_request) Successful in 1m25s
sender Build / build (pull_request) Successful in 29s
sender Build / Check (pull_request) Successful in 29s
sender Build / Test Suite (pull_request) Successful in 44s
sender Build / Clippy (pull_request) Failing after 41s

This commit is contained in:
2026-06-06 17:38:25 -04:00
parent c60c3df755
commit b7f0833dd7
+1 -5
View File
@@ -48,11 +48,7 @@ jobs:
eval $(ssh-agent -s) eval $(ssh-agent -s)
ssh-add -v ~/.ssh/deploy_key ssh-add -v ~/.ssh/deploy_key
echo "AUTH_SID=$AUTH_SID" > .env cp .env.sample .env
echo "AUTH_TOKEN=$AUTH_TOKEN" >> .env
echo "PHONE_NUMBER=$PHONE_NUMBER" >> .env
echo "SERVICE_SID=$SERVICE_SID" >> .env
cat .env
cargo test cargo test
fmt: fmt: