43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
name: 3.2.x | Security Smoke Tests | Security Thymeleaf
|
|
on:
|
|
schedule:
|
|
- cron : '20 0 * * *'
|
|
workflow_dispatch:
|
|
jobs:
|
|
security_thymeleaf_app_test:
|
|
name: Security Thymeleaf 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: security:security-thymeleaf
|
|
task: appTest
|
|
security_thymeleaf_native_app_test:
|
|
name: Security Thymeleaf 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: security:security-thymeleaf
|
|
task: nativeAppTest
|
|
security_thymeleaf_test:
|
|
name: Security Thymeleaf 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: security:security-thymeleaf
|
|
task: test
|
|
security_thymeleaf_native_test:
|
|
name: Security Thymeleaf 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: security:security-thymeleaf
|
|
task: nativeTest
|