Skip to content

Framework Smoke Tests | Transactional #12

Framework Smoke Tests | Transactional

Framework Smoke Tests | Transactional #12

name: Framework Smoke Tests | Transactional
on:
schedule:
- cron : '0 0 * * *'
jobs:
transactional_app_test:
name: Transactional App Test
uses: ./.github/workflows/smoke-test-jvm.yml
secrets: inherit
with:
project: framework:transactional
task: appTest
transactional_native_app_test:
name: Transactional Native App Test
uses: ./.github/workflows/smoke-test-native.yml
secrets: inherit
with:
project: framework:transactional
task: nativeAppTest