diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index fd2fdb47..6cbe3f66 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -143,7 +143,7 @@ jobs: - name: 🔮 Compile for TEST run: mix compile - name: 🧪 Run tests - run: mix test --cover --export-coverage ci-run --max-cases 8 + run: mix test --cover --max-cases 8 deploy: name: Deploy