From bbec5791c0e7c9c292ce86870e3e5db738db0643 Mon Sep 17 00:00:00 2001 From: Archit Aggarwal Date: Wed, 28 Jul 2021 18:41:23 +0000 Subject: [PATCH] Update CI check to use flag to fail verification for version mismatch --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4996bf8a..57b4a944 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -161,4 +161,5 @@ jobs: with: path: ./FreeRTOS exclude-submodules: FreeRTOS-Plus/Test/CMock,FreeRTOS/Test/CMock/CMock,FreeRTOS/Test/litani + fail-on-incorrect-version: true