From 350a8fa2973cae0f6862d015e7ad015a98c4f20e Mon Sep 17 00:00:00 2001 From: Muneeb Zia <31257991+Muneeb147@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:05:53 +0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e5a34e..0df4042 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,10 +9,11 @@ on: - main jobs: - test: + build: runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v2 - - name: Test Application - run: exit 1 + - name: Build Application + run: echo "Building the application" +