chore(ci): use runner action with CLI dependencies
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
uses: https://gitea.com/actions/checkout@v4
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Build, verify, and publish image
|
- 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:
|
with:
|
||||||
registry: mahgit.ir
|
registry: mahgit.ir
|
||||||
image: mahgit.ir/meghdadfadaee/daily-blackout-check-runner
|
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" python -c "import dotenv, jdatetime, requests"
|
||||||
docker run --rm "$IMAGE_REF" pytest --version
|
docker run --rm "$IMAGE_REF" pytest --version
|
||||||
docker run --rm "$IMAGE_REF" ruff --version
|
docker run --rm "$IMAGE_REF" ruff --version
|
||||||
|
docker run --rm "$IMAGE_REF" bash -lc \
|
||||||
|
'command -v bash curl jq date && jq --version'
|
||||||
|
|||||||
Reference in New Issue
Block a user