Files
e-tib.com/.gitea/workflows/test-docker.yml
Marc Mintel c8f3420a5c
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 24s
Test Docker Host / test (push) Successful in 2s
Build & Deploy / 🧪 QA (push) Successful in 1m23s
Build & Deploy / 🏗️ Build (push) Failing after 27s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 3s
chore: test act-runner-dind reachability
2026-06-18 14:55:41 +02:00

14 lines
311 B
YAML

name: Test Docker Host
on:
push:
branches:
- main
jobs:
test:
runs-on: docker
container:
image: catthehacker/ubuntu:act-latest
steps:
- run: ping -c 1 act-runner-dind || echo "not reachable"
- run: curl -s http://act-runner-dind:2375/v1.24/info || echo "curl failed"