Skip to content

Commit

Permalink
Remove -Pgroups from workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Jan 4, 2024
1 parent e5c7db5 commit 00ddff3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-bal-test-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-connector-template.yml@main
secrets: inherit
with:
additional-test-flags: "-x :googleapis.gcalendar-examples:build -Pgroups=mock"
additional-test-flags: "-x :googleapis.gcalendar-examples:build"
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ jobs:
secrets: inherit
with:
repo-name: module-ballerinax-googleapis.calendar
additional-test-flags: -Pgroups=mock
2 changes: 1 addition & 1 deletion .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
secrets: inherit
with:
environment: ${{ github.event.inputs.environment }}
additional-publish-flags: "-x :googleapis.gcalendar-examples:build -Pgroups=mock"
additional-publish-flags: "-x :googleapis.gcalendar-examples:build"
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: ballerina-platform/ballerina-standard-library/.github/workflows/pr-build-connector-template.yml@main
secrets: inherit
with:
additional-test-flags: ${{ github.event.pull_request.head.repo.full_name != github.repository && '-x test -Pgroups=mock' || ''}}
additional-test-flags: ${{ github.event.pull_request.head.repo.full_name != github.repository && '-x test' || ''}}
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
uses: ballerina-platform/ballerina-standard-library/.github/workflows/trivy-scan-template.yml@main
secrets: inherit
with:
additional-build-flags: "-x :googleapis.gcalendar-examples:build -Pgroups=mock"
additional-build-flags: "-x :googleapis.gcalendar-examples:build"

0 comments on commit 00ddff3

Please sign in to comment.