From 3f35f0a6c0981c8e067bb131b12af9e40ab26302 Mon Sep 17 00:00:00 2001 From: Greg PFISTER Date: Fri, 17 Nov 2023 11:55:59 +0100 Subject: [PATCH] Fix build workflow --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2166a68..ef4c752 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,14 +29,22 @@ jobs: with: path: gp-nrf-ble-blinky + - name: File list + working-directory: gp-nrf-ble-blinky + run: ls -la + - name: Initialize + working-directory: gp-nrf-ble-blinky run: west update -o=--depth=1 -n - name: Building nRF52840dk + working-directory: gp-nrf-ble-blinky run: west build -b nrf52840dk_nrf52840 applications/app # - name: Build firmware + # working-directory: gp-nrf-ble-blinky # run: west twister -T app -v --inline-logs --integration # - name: Twister Tests + # working-directory: gp-nrf-ble-blinky # run: west twister -T tests --integration