List directory.

This commit is contained in:
Pete Johanson 2020-06-08 20:21:05 -04:00
parent 2c2bbef9d0
commit b4a83fa945

View file

@ -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