Skip to content

Commit

Permalink
Add job that sleeps for 1h
Browse files Browse the repository at this point in the history
  • Loading branch information
k-juszczyk committed Oct 30, 2024
1 parent 8dce27b commit be9f2ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit be9f2ed

Please sign in to comment.