From 2d6774536e9f89f3578836cef8bf92778a1ed72a Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 31 Jan 2022 11:46:26 +0900 Subject: [PATCH] .github/workflows/build.yml: Enable the "run" step in testbuild.sh --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6dcc8f9b8..73df4edb0d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -150,7 +150,7 @@ jobs: mkdir $CCACHE_DIR export ARTIFACTDIR=`pwd`/buildartifacts cd sources/nuttx/tools/ci - ./cibuild.sh -A -c testlist/${{matrix.boards}}.dat + ./cibuild.sh -A -R -c testlist/${{matrix.boards}}.dat ccache -s - uses: actions/upload-artifact@v2 with: @@ -190,7 +190,7 @@ jobs: mkdir $CCACHE_DIR export ARTIFACTDIR=`pwd`/buildartifacts cd sources/nuttx/tools/ci - ./cibuild.sh -i -A -c testlist/${{matrix.boards}}.dat + ./cibuild.sh -i -A -R -c testlist/${{matrix.boards}}.dat ccache -s - uses: actions/upload-artifact@v2 with: