File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 26
26
- name : Checkout
27
27
uses : actions/checkout@v4
28
28
with :
29
- path : zephyr-rust-lang
29
+ path : apptest
30
30
31
31
- name : Set up Python
32
32
uses : actions/setup-python@v5
36
36
- name : Setup Zephyr project
37
37
uses : zephyrproject-rtos/action-zephyr-setup@v1
38
38
with :
39
- app-path : zephyr-rust-lang
39
+ app-path : apptest
40
40
manifest-file-name : ci-manifest.yml
41
41
toolchains : arm-zephyr-eabi:riscv64-zephyr-elf
42
42
51
51
rustup target add thumbv8m.main-none-eabi
52
52
53
53
- name : Build firmware
54
- working-directory : zephyr-rust-lang
54
+ working-directory : apptest
55
55
shell : bash
56
56
run : |
57
57
cargo --version
58
58
59
- west twister -T samples -T tests -v --inline-logs --integration
59
+ # Try to figure out why we run out of space.
60
+ echo df
61
+ df -h
62
+ pwd
63
+ ls -l ..
64
+ du -hs ../apptest
65
+ du -hs ../modules
66
+ du -hs ../zephyr
67
+ du -hs ../zephyr-sdk
68
+
69
+ west twister -M all -T samples -T tests -v --inline-logs --integration
You can’t perform that action at this time.
0 commit comments