chore(ci): use runner action with CLI dependencies
All checks were successful
Build runner image / build (push) Successful in 45s
Test blackout notifier / test (push) Successful in 3s
Hourly blackout check / check (push) Successful in 4s

This commit is contained in:
2026-07-21 17:32:47 +03:30
parent 301e57fe70
commit b920a63a2e

View File

@@ -23,7 +23,7 @@ jobs:
uses: https://gitea.com/actions/checkout@v4
- name: Build, verify, and publish image
uses: https://mahgit.ir/MeghdadFadaee/build-runner-image-action@v1
uses: https://mahgit.ir/MeghdadFadaee/build-runner-image-action@v1.0.2
with:
registry: mahgit.ir
image: mahgit.ir/meghdadfadaee/daily-blackout-check-runner
@@ -34,3 +34,5 @@ jobs:
docker run --rm "$IMAGE_REF" python -c "import dotenv, jdatetime, requests"
docker run --rm "$IMAGE_REF" pytest --version
docker run --rm "$IMAGE_REF" ruff --version
docker run --rm "$IMAGE_REF" bash -lc \
'command -v bash curl jq date && jq --version'