From cb2414b157d2a2b16a136678363910891cb04a86 Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Fri, 15 Nov 2024 12:53:13 -0500 Subject: [PATCH] example workflow for runner failure https://github.com/actions/runner-images/issues/10977 --- .github/workflows/test.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..4372bcc --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,15 @@ +name: Self-tests for scanners + +on: + push: + branches: + - main + pull_request: + +jobs: + man-db: + runs-on: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04] + steps: + - run: | + sudo apt-get update + timeout 30s sudo apt-get --yes install python3-build