From 58b560306d4417d9fb422b81361c5b965c38d067 Mon Sep 17 00:00:00 2001 From: alexlavrov Date: Fri, 8 Nov 2024 16:03:47 +0400 Subject: [PATCH] Revert "Skip exit code" This reverts commit 7a1fea85b73aabe10850f80ffc4f0153eecc7da2. --- .github/workflows/wrapper_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wrapper_tests.yml b/.github/workflows/wrapper_tests.yml index 31d41911cb8e..3f9c451102cb 100644 --- a/.github/workflows/wrapper_tests.yml +++ b/.github/workflows/wrapper_tests.yml @@ -74,7 +74,7 @@ jobs: echo "Generated code is outdated. The following files have uncommitted changes:" echo "$changes"; echo "To update generated code, use "pnpm run regenerate-all" and commit changes." -# exit 1 + exit 1 fi - name: Angular - Build