From fcb6dae858a6f2d34c0fb6007696e1f9a7157263 Mon Sep 17 00:00:00 2001 From: Muneeb Zia <31257991+Muneeb147@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:00:41 +0500 Subject: [PATCH] fail the build job --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62f22ef..2e5a34e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,4 +15,4 @@ jobs: - name: Checkout Code uses: actions/checkout@v2 - name: Test Application - run: echo "Testing the application" + run: exit 1