diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 354eecf..6ea45f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,3 +60,11 @@ jobs: - run: apt -qqy update && apt -qqy install iputils-ping iproute2 - run: ip a - run: ping -c 3 ipv6.google.com + + sleep-test: + container: debian:bullseye + runs-on: [self-hosted, Linux, X64] + env: + GHA_PREEMPTIBLE: "false" + steps: + - run: sleep 3600 \ No newline at end of file