From 9c9bfaadd1a70fba786d10c55e621391be131502 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 | 16 ++++++++++++++++ 1 file changed, 16 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..fd273a253 --- /dev/null +++ b/.github/workflows/ci-debug.yml @@ -0,0 +1,16 @@ +name: Debug CI runner + +on: + push: + +jobs: + debug: + timeout-minutes: 5 + runs-on: u22-arm-runner + steps: + - name: Run checks + run: | + printenv + uname -a + aws --version +