Files
spring-lifecycle-smoke-tests/.github/workflows/3.3.x-security-ldap-client.yml
2024-12-30 15:52:51 +01:00

34 lines
1017 B
YAML

name: 3.3.x | Security Smoke Tests | Ldap Client
on:
schedule:
- cron : '10 0 * * *'
workflow_dispatch:
jobs:
ldap_client_test:
name: Ldap Client Test
uses: ./.github/workflows/smoke-test.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
checkout_ref: 3.3.x
project: security:ldap-client
task: test
ldap_client_app_test:
name: Ldap Client App Test
uses: ./.github/workflows/smoke-test.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
checkout_ref: 3.3.x
project: security:ldap-client
task: appTest
ldap_client_checkpoint_restore_app_test:
name: Ldap Client Checkpoint Restore App Test
uses: ./.github/workflows/smoke-test.yml
secrets: inherit
with:
checkout_repository: spring-projects/spring-lifecycle-smoke-tests
checkout_ref: 3.3.x
project: security:ldap-client
task: checkpointRestoreAppTest