Skip to content

Commit

Permalink
Add "Data Web Support"
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Aug 22, 2024
1 parent 462bb9a commit 90ac80d
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/3.3.x-data-data-web-support.yml
Original file line number Diff line number Diff line change
@@ -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
24 changes: 24 additions & 0 deletions .github/workflows/3.4.x-data-data-web-support.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 3.4.x | Data Smoke Tests | Data Web Support
on:
schedule:
- cron : '50 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: main
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: main
project: data:data-web-support
task: nativeAppTest

0 comments on commit 90ac80d

Please sign in to comment.