From 099f22dd678d9246f2005587ef58b4452923af47 Mon Sep 17 00:00:00 2001 From: Paul Cioanca Date: Tue, 19 Dec 2023 11:54:36 +0200 Subject: [PATCH] chore: debug runner --- .github/workflows/ci-debug.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/ci-debug.yml diff --git a/.github/workflows/ci-debug.yml b/.github/workflows/ci-debug.yml new file mode 100644 index 000000000..c54fb90d2 --- /dev/null +++ b/.github/workflows/ci-debug.yml @@ -0,0 +1,14 @@ +name: Debug CI runner + +on: + push: + +jobs: + debug: + timeout-minutes: 5 + runs-on: arm-runner + steps: + - name: Run checks + run: | + printenv + uname -a