Skip to content

Commit

Permalink
Merge pull request #8 from mrautio/feature/remove-audit
Browse files Browse the repository at this point in the history
Remove audit call from gradle build
  • Loading branch information
mrautio authored Oct 11, 2022
2 parents 6075388 + 96265c3 commit 975704f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: gradle dependencies --write-locks
- run: gradle --write-verification-metadata sha512 help
# dockerimage.yml is not triggered without repo scoped token, doing testing in the task, ref. https://github.com/peter-evans/create-pull-request/issues/48
- run: gradle build auditSimulatorLibrary
- run: gradle build
- run: gradle -Pjc_version=3.0.5 --console=verbose clean cap --info
- name: Create Pull Request
uses: peter-evans/create-pull-request@671dc9c9e0c2d73f07fa45a3eb0220e1622f0c5f # pin@v4.1.3
Expand Down

0 comments on commit 975704f

Please sign in to comment.