Files
spring-aot-smoke-tests/.github/workflows/3.3.x-security-security-ldap.yml
2025-05-06 09:38:59 +01:00

43 lines
1.3 KiB
YAML

name: 3.3.x | Security Smoke Tests | Security Ldap
on:
schedule:
- cron : '30 0 * * *'
workflow_dispatch:
jobs:
security_ldap_app_test:
name: Security Ldap App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.3.x
project: security:security-ldap
task: appTest
security_ldap_native_app_test:
name: Security Ldap Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.3.x
project: security:security-ldap
task: nativeAppTest
security_ldap_test:
name: Security Ldap Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.3.x
project: security:security-ldap
task: test
security_ldap_native_test:
name: Security Ldap Native Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-aot-smoke-tests
checkout_ref: 3.3.x
project: security:security-ldap
task: nativeTest