List directory.
This commit is contained in:
parent
2c2bbef9d0
commit
b4a83fa945
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -15,6 +15,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
command: 'init'
|
command: 'init'
|
||||||
command-args: '-l .'
|
command-args: '-l .'
|
||||||
|
- name: list files
|
||||||
|
run: 'ls ../'
|
||||||
- name: West Update
|
- name: West Update
|
||||||
uses: ./.github/actions/zephyr-west # Uses an action in the root directory
|
uses: ./.github/actions/zephyr-west # Uses an action in the root directory
|
||||||
id: west-update
|
id: west-update
|
||||||
|
|
Loading…
Reference in a new issue