Skip to content

Commit

Permalink
Remove check from workflow as there is no native code
Browse files Browse the repository at this point in the history
  • Loading branch information
daneshk committed Feb 3, 2024
1 parent b5d3b75 commit 42303e0
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 42303e0

Please sign in to comment.