From cda71086b1fe8b0083132404c78399cc91daccd0 Mon Sep 17 00:00:00 2001 From: Thisaru Guruge Date: Mon, 18 Sep 2023 18:24:36 +0530 Subject: [PATCH] Migrate to Gradle build --- .github/workflows/pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index f37a266a..1a6d7c8b 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -24,3 +24,4 @@ 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"