Skip to content

Commit

Permalink
Merge pull request #47 from daneshk/main
Browse files Browse the repository at this point in the history
Remove check from workflow as there is no native code
  • Loading branch information
daneshk authored Feb 6, 2024
2 parents b5710b7 + 42303e0 commit 2351f05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
git config --global user.name ${{ secrets.BALLERINA_BOT_USERNAME }}
git config --global user.email ${{ secrets.BALLERINA_BOT_EMAIL }}
./gradlew build -x check -x test
./gradlew build -x test
- name: Create lib directory if not exists
run: mkdir -p ballerina/lib
- name: Run Trivy vulnerability scanner
Expand Down
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,6 @@ release {
task build {
dependsOn("${packageName}-ballerina:build")
}

publishToMavenLocal.dependsOn build
publish.dependsOn build

0 comments on commit 2351f05

Please sign in to comment.