Add "Data Web Support"

This commit is contained in:
Moritz Halbritter
2024-08-22 09:22:16 +02:00
parent 462bb9a961
commit 90ac80d46f
2 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
name: 3.3.x | Data Smoke Tests | Data Web Support
on:
schedule:
- cron : '40 0 * * *'
workflow_dispatch:
jobs:
data_web_support_app_test:
name: Data Web Support 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: data:data-web-support
task: appTest
data_web_support_native_app_test:
name: Data Web Support 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: data:data-web-support
task: nativeAppTest