Skip to content

Commit 56a1ed3

Browse files
committed
test test
1 parent e5be50a commit 56a1ed3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-14, macos-15, windows-2022]
17-
release: [v3.7.0, v4.1.0, v4.2.0, main]
16+
os: [ubuntu-24.04-arm]
17+
release: [main]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Checkout
@@ -45,6 +45,12 @@ jobs:
4545
working-directory: zephyr
4646
shell: bash
4747
run: |
48+
sudo dmesg
49+
cat /proc/cpuinfo
50+
lspci
51+
ip link
52+
ip addr
53+
lsusb
4854
if [ "${{ runner.os }}" = "macOS" ]; then
4955
EXTRA_TWISTER_FLAGS="-P native_sim --build-only"
5056
elif [ "${{ runner.os }}" = "Windows" ]; then

0 commit comments

Comments
 (0)