From 385439fcd825f81069f3ba195076c9315cf7d9cc Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Thu, 21 Nov 2024 15:55:28 +0530 Subject: [PATCH] add new lines --- .github/workflows/build-timestamped-master.yml | 1 - .github/workflows/build-with-bal-test-graalvm.yml | 1 - .github/workflows/pull-request.yml | 2 +- .github/workflows/trivy-scan.yml | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build-timestamped-master.yml b/.github/workflows/build-timestamped-master.yml index 73f4be6..948fb35 100644 --- a/.github/workflows/build-timestamped-master.yml +++ b/.github/workflows/build-timestamped-master.yml @@ -75,4 +75,3 @@ jobs: nexusPassword: ${{ secrets.NEXUS_PASSWORD }} run: | ./gradlew clean publishMavenJavaPublicationToWSO2NexusRepository -x test --scan --no-daemon - \ No newline at end of file diff --git a/.github/workflows/build-with-bal-test-graalvm.yml b/.github/workflows/build-with-bal-test-graalvm.yml index 567565d..92735c3 100644 --- a/.github/workflows/build-with-bal-test-graalvm.yml +++ b/.github/workflows/build-with-bal-test-graalvm.yml @@ -37,4 +37,3 @@ jobs: native_image_options: '-J-Xmx7G ${{ inputs.native_image_options }}' additional_windows_build_flags: '-x test' secrets: inherit - \ No newline at end of file diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 89aa626..8b4c330 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -67,4 +67,4 @@ jobs: packagePAT: ${{ secrets.GITHUB_TOKEN }} JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 run: ./gradlew.bat build -x test - # Disabling tests because no docker in git-action windows \ No newline at end of file + # Disabling tests because no docker in git-action windows diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index df072db..c02c8ff 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -11,4 +11,3 @@ jobs: if: ${{ github.repository_owner == 'ballerina-platform' }} uses: ballerina-platform/ballerina-library/.github/workflows/trivy-scan-template.yml@main secrets: inherit - \ No newline at end of file