Skip to content

Commit

Permalink
cron not appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
tjlane committed Oct 30, 2024
1 parent 34effe5 commit 7f4c5d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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() }}
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit 7f4c5d9

Please sign in to comment.