Skip to content

Commit 84d4ac1

Browse files
committed
[TEST] Print runner information
1 parent bf0622d commit 84d4ac1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/twister.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ jobs:
4646
# GitHub comes up with a fundamental fix for this problem.
4747
git config --global --add safe.directory ${GITHUB_WORKSPACE}
4848
49+
- name: Print runner information
50+
run: |
51+
set -x
52+
lscpu
53+
lsmem
54+
lsblk
55+
df -h
56+
4957
- name: Clone cached Zephyr repository
5058
if: github.event_name == 'pull_request_target'
5159
continue-on-error: true

0 commit comments

Comments
 (0)