Skip to content

Integration Test

Integration Test #19

name: Integration Test
on:
workflow_dispatch:
pull_request_target:
branches:
- master
schedule:
- cron: '0 0 * * *' # Runs the job at 00:00 UTC every day
jobs:
app-integration-test:
uses: eliona-smart-building-assistant/app-integration-tests/.github/workflows/app-integration-test.yml@main
secrets: inherit