Skip to content

Commit

Permalink
Merge pull request #318 from ballerina-platform/revert-316-master
Browse files Browse the repository at this point in the history
Revert "Temporarily disable ballerina tests during central publish"
  • Loading branch information
Nuvindu authored Dec 2, 2024
2 parents d9a4be8 + 8384ef3 commit 41585e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dev-stg-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ jobs:
secrets: inherit
with:
environment: ${{ github.event.inputs.environment }}
additional-publish-flags: "-x :github-ballerina:test"
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
package-name: github
package-org: ballerinax
additional-build-flags: "-x :github-examples:build"
additional-release-flags: "-x :github-examples:build -x :github-ballerina:test"
additional-publish-flags: "-x :github-examples:build -x :github-ballerina:test"
additional-release-flags: "-x :github-examples:build"
additional-publish-flags: "-x :github-examples:build"

0 comments on commit 41585e1

Please sign in to comment.