Skip to content

Commit

Permalink
Adding Github pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
hermeswaldemarin committed Nov 8, 2023
1 parent b2628a3 commit aa141fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
echo $SECRET_FILE_DATA | base64 --decode > /home/runner/.gnupg/pubring.kbx
echo "GRADLE_USER_HOME=${HOME}/.gradle" >> $GITHUB_ENV
echo "${GRADLE_PROPERTIES}" > ~/.gradle/gradle.properties
./gradlew clean build publish -X test
./gradlew clean build publish -x test

0 comments on commit aa141fb

Please sign in to comment.