List directory.

This commit is contained in:
Pete Johanson 2020-06-08 20:21:05 -04:00
parent 2c2bbef9d0
commit b4a83fa945
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ jobs:
with:
command: 'init'
command-args: '-l .'
- name: list files
run: 'ls ../'
- name: West Update
uses: ./.github/actions/zephyr-west # Uses an action in the root directory
id: west-update