From 7f4c5d96de48a9d1f9b87c83ce3ac87099cd4af2 Mon Sep 17 00:00:00 2001 From: tjlane Date: Wed, 30 Oct 2024 14:59:29 +0100 Subject: [PATCH] cron not appearing --- .github/workflows/cron.yml | 3 ++- tox.ini | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index af622be..17135bc 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -1,4 +1,4 @@ -name: --pre Test +name: healthcheck # An "early warning" cron job that will install dependencies # with `pip install --pre` periodically to test for breakage # (and open an issue if a test fails) @@ -36,6 +36,7 @@ jobs: run: python -m tox env: PLATFORM: ${{ matrix.platform }} + # If something goes wrong, we can open an issue in the repo - name: Report Failures if: ${{ failure() }} diff --git a/tox.ini b/tox.ini index c7a7a5a..6347423 100644 --- a/tox.ini +++ b/tox.ini @@ -24,4 +24,4 @@ setenv = extras = test commands = - pytest -v --cov=rs-template --cov-report=xml --color=yes --basetemp={envtmpdir} {posargs} + pytest -v --cov=meteor --cov-report=xml --color=yes --basetemp={envtmpdir} {posargs}