From eccfba4776808ad1a705d9da25793bdd8d227afe Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Fri, 24 Apr 2026 09:30:59 +0200 Subject: [PATCH] .github: use ntfc test cases from Apache repo use ntfc test cases from Apache repo Signed-off-by: raiden00pl --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8aba0de8..05735c18d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -197,7 +197,8 @@ jobs: cd /github/workspace/nuttx-ntfc # get NTFC test cases cd external - git clone -b release-0.0.1 https://github.com/szafonimateusz-mi/nuttx-testing + git clone -b release-0.0.1 https://github.com/apache/nuttx-ntfc-testing + mv nuttx-ntfc-testing nuttx-testing export NTFCDIR=/github/workspace/nuttx-ntfc echo "::add-matcher::sources/nuttx/.github/gcc.json"