From b4a83fa945e584be23ea5128f7cfc728108be996 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 8 Jun 2020 20:21:05 -0400 Subject: [PATCH] List directory. --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 681a4b73..c5bed9c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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