Skip to content

Commit

Permalink
Open issue on native test failure (open-telemetry#8699)
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Rzeszutek <[email protected]>
  • Loading branch information
trask and Mateusz Rzeszutek authored Jun 13, 2023
1 parent 220a486 commit ee986a0
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: GraalVM native tests

on:
schedule:
# daily at 4:00 UTC
- cron: '0 4 * * *'
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -22,3 +24,11 @@ jobs:
gu --version
native-image --version
./gradlew nativeTest
workflow-notification:
needs:
- build
if: always()
uses: ./.github/workflows/reusable-workflow-notification.yml
with:
success: ${{ needs.build.result == 'success' }}

0 comments on commit ee986a0

Please sign in to comment.