Skip to content

Commit

Permalink
Output information about native-image during build
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Mar 17, 2021
1 parent 8c8aa2e commit e8ad453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
which native-image
which java
java -version
file `which native-image`
native-image --version
rm -rf .cache
- name: Gradle build
run: |-
./gradlew --stop
./gradlew clean test check jacocoTestReport antora --stacktrace --no-daemon
run: ./gradlew clean test check jacocoTestReport antora --stacktrace --no-daemon
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit e8ad453

Please sign in to comment.