-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
462bb9a
commit 90ac80d
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |