Skip to content

Commit

Permalink
chore: debug runner
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc committed Dec 19, 2023
1 parent a8c1f04 commit 9c9bfaa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci-debug.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9c9bfaa

Please sign in to comment.