Files
github-action-runner/repo-files/goss_trap_exit.yaml
T
2026-06-01 15:11:02 +03:00

11 lines
413 B
YAML

command:
/entrypoint.sh /bin/bash -c "exit 1":
exit-status: 1
stdout:
- "Runner reusage is disabled"
- "Caught EXIT - Deregistering runner"
# DEBUG_ONLY=false is required so configure_runner runs and sets up the trap.
# The .NET runtime (config.sh) is slow under qemu arm64 emulation on x86_64,
# so a longer timeout is needed for this test to pass on arm64.
timeout: 120000