Skip to content

Commit

Permalink
Integrate gradle validation in normal test workflow (#6001)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Feb 24, 2020
1 parent 4eefcc6 commit 9cf9e7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/gradle-wrapper-validation.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,11 @@ jobs:
CI: "false" # we pretend to run locally - even if tests fail on the CI, they count towards test coverage
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
DBMS: "postgresql"
# This is https://github.com/marketplace/actions/gradle-wrapper-validation
# It ensures that the jar file is from gradle and not by a strange third party.
gradlevalidation:
name: "Validate Gradle Wrapper"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1

0 comments on commit 9cf9e7a

Please sign in to comment.