From b89128cbf8aae99ee809527acc5f2ee274fce515 Mon Sep 17 00:00:00 2001 From: nikhilmulinti-egov Date: Wed, 10 Jan 2024 12:50:25 +0530 Subject: [PATCH] testing the githubactions 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 d829c965721..b94482419eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: distribution: 'adopt' - name: Build with Maven - run: mvn -B package --file pom.xml + run: echo "Hello githubactions!" - name: Run custom scripts run: |