Skip to content

Commit

Permalink
Merge pull request quarkusio#6737 from geoand/cron-ci-fix
Browse files Browse the repository at this point in the history
Ensure that the cron job's report is always executed
  • Loading branch information
gsmet authored Jan 23, 2020
2 parents 1e222f0 + c64f399 commit 860ae3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/native-cron-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: mvn -B --settings azure-mvn-settings.xml verify -f integration-tests/pom.xml -DskipTests -Dno-format -Ddocker -Dnative -Dquarkus.native.container-build=true -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-native-image:19.3.1-java${{ matrix.java }} -Dtest-postgresql -Dtest-elasticsearch -Dtest-mysql -Dtest-dynamodb -Dtest-vault -Dtest-neo4j

- name: Report
if: always()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_API_TOKEN }}
STATUS: ${{ job.status }}
Expand Down

0 comments on commit 860ae3a

Please sign in to comment.