Skip to content

3.4.x | Security Smoke Tests | Security Thymeleaf #205

3.4.x | Security Smoke Tests | Security Thymeleaf

3.4.x | Security Smoke Tests | Security Thymeleaf #205

name: 3.4.x | Security Smoke Tests | Security Thymeleaf
on:
schedule:
- cron : '50 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: main
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: main
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: main
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: main
project: security:security-thymeleaf
task: nativeTest