File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,17 +181,18 @@ jobs:
181181 BLOBDIR : /tools/blobs
182182 with :
183183 run : |
184+ export ARTIFACTDIR=`pwd`/buildartifacts
185+
184186 pip install ntfc==0.0.1
185187 mkdir /github/workspace/nuttx-ntfc
186188 mkdir /github/workspace/nuttx-ntfc/external
187189 cd /github/workspace/nuttx-ntfc
188190 # get NTFC test cases
189191 cd external
190192 git clone -b release-0.0.1 https://github.com/szafonimateusz-mi/nuttx-testing
193+ export NTFCDIR=/github/workspace/nuttx-ntfc
191194
192195 echo "::add-matcher::sources/nuttx/.github/gcc.json"
193- export ARTIFACTDIR=`pwd`/buildartifacts
194- export NTFCDIR=/github/workspace/nuttx-ntfc
195196 git config --global --add safe.directory /github/workspace/sources/nuttx
196197 git config --global --add safe.directory /github/workspace/sources/apps
197198 cd /github/workspace/sources/nuttx/tools/ci
You can’t perform that action at this time.
0 commit comments