Skip to content

Commit 948a66f

Browse files
committed
.github: use ntfc test cases from Apache repo
use ntfc test cases from Apache repo Signed-off-by: raiden00pl <raiden00@railab.me>
1 parent 8d1f9ed commit 948a66f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ jobs:
197197
cd /github/workspace/nuttx-ntfc
198198
# get NTFC test cases
199199
cd external
200-
git clone -b release-0.0.1 https://github.com/szafonimateusz-mi/nuttx-testing
200+
git clone -b release-0.0.1 https://github.com/apache/nuttx-ntfc-testing
201+
mv nuttx-ntfc-testing nuttx-testing
201202
export NTFCDIR=/github/workspace/nuttx-ntfc
202203
203204
echo "::add-matcher::sources/nuttx/.github/gcc.json"

0 commit comments

Comments
 (0)