Skip to content

Ability to execute the GraalVM native tests with test native Github label #262

Ability to execute the GraalVM native tests with test native Github label

Ability to execute the GraalVM native tests with test native Github label #262

name: Daily GraalVM native tests
on:
schedule:
# daily at 4:00 UTC
- cron: "0 4 * * *"
workflow_dispatch:
jobs:
graalvm-native-tests:
uses: ./.github/workflows/reusable-native-tests

Check failure on line 11 in .github/workflows/native-tests-daily.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/native-tests-daily.yml

Invalid workflow file

invalid value workflow reference: workflow file should have either a '.yml' or '.yaml' file extension
workflow-notification:
needs:
- graalvm-native-tests
if: always()
uses: ./.github/workflows/reusable-workflow-notification.yml
with:
success: ${{ needs.build.result == 'success' }}