From e14b28b504b2b115db26c2d4e6b87a7e549fa669 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Mon, 18 Sep 2023 18:26:00 +0530 Subject: [PATCH] Migrate to Gradle build --- .github/workflows/pull-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1a6d7c8b..6fb627af 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,4 +24,5 @@ jobs: if: ${{ github.repository_owner == 'ballerina-platform' }} uses: ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@main secrets: inherit - additional_ubuntu_build-flags: "--info --stacktrace" + additional-ubuntu-test-flags: "--info --stacktrace" + additional-ubuntu-build-flags: "--info --stacktrace"