43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
name: 3.2.x | Graphql Smoke Tests | Graphql Webmvc
|
|
on:
|
|
schedule:
|
|
- cron : '20 0 * * *'
|
|
workflow_dispatch:
|
|
jobs:
|
|
graphql_webmvc_app_test:
|
|
name: Graphql Webmvc App Test
|
|
uses: ./.github/workflows/smoke-test-jvm.yml
|
|
secrets: inherit
|
|
with:
|
|
checkout_repository: spring-projects/spring-aot-smoke-tests
|
|
checkout_ref: 3.2.x
|
|
project: graphql:graphql-webmvc
|
|
task: appTest
|
|
graphql_webmvc_native_app_test:
|
|
name: Graphql Webmvc Native App Test
|
|
uses: ./.github/workflows/smoke-test-native.yml
|
|
secrets: inherit
|
|
with:
|
|
checkout_repository: spring-projects/spring-aot-smoke-tests
|
|
checkout_ref: 3.2.x
|
|
project: graphql:graphql-webmvc
|
|
task: nativeAppTest
|
|
graphql_webmvc_test:
|
|
name: Graphql Webmvc Test
|
|
uses: ./.github/workflows/smoke-test-jvm.yml
|
|
secrets: inherit
|
|
with:
|
|
checkout_repository: spring-projects/spring-aot-smoke-tests
|
|
checkout_ref: 3.2.x
|
|
project: graphql:graphql-webmvc
|
|
task: test
|
|
graphql_webmvc_native_test:
|
|
name: Graphql Webmvc Native Test
|
|
uses: ./.github/workflows/smoke-test-native.yml
|
|
secrets: inherit
|
|
with:
|
|
checkout_repository: spring-projects/spring-aot-smoke-tests
|
|
checkout_ref: 3.2.x
|
|
project: graphql:graphql-webmvc
|
|
task: nativeTest
|