Skip to content

Batch Smoke Tests | Batch #16

Batch Smoke Tests | Batch

Batch Smoke Tests | Batch #16

Workflow file for this run

name: Batch Smoke Tests | Batch
on:
schedule:
- cron : '0 0 * * *'
jobs:
batch_app_test:
name: Batch App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
project: batch:batch
task: appTest
batch_native_app_test:
name: Batch Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
project: batch:batch
task: nativeAppTest