-
Notifications
You must be signed in to change notification settings - Fork 37
42 lines (42 loc) · 1.29 KB
/
3.4.x-graphql-graphql-webflux.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: 3.4.x | Graphql Smoke Tests | Graphql Webflux
on:
schedule:
- cron : '50 0 * * *'
workflow_dispatch:
jobs:
graphql_webflux_app_test:
name: Graphql Webflux App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: main
project: graphql:graphql-webflux
task: appTest
graphql_webflux_native_app_test:
name: Graphql Webflux Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: main
project: graphql:graphql-webflux
task: nativeAppTest
graphql_webflux_test:
name: Graphql Webflux Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: main
project: graphql:graphql-webflux
task: test
graphql_webflux_native_test:
name: Graphql Webflux Native Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: main
project: graphql:graphql-webflux
task: nativeTest