From 061effb528d96e8bb0c5cff34e366857591f9b57 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Tue, 25 Jun 2024 15:52:34 +0530 Subject: [PATCH] Remove windows test flag check in pr build workflow --- .github/workflows/pull-request.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4cf39bb..d8c58cb 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,5 +12,3 @@ jobs: if: ${{ github.repository_owner == 'ballerina-platform' }} uses: ballerina-platform/ballerina-library/.github/workflows/pull-request-build-template.yml@main secrets: inherit - with: - additional-windows-test-flags: "-x test"