Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Integration Test

Integration Test #204

name: Integration Test
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
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