Skip to content

Continuous Integration #433

Continuous Integration

Continuous Integration #433

Workflow file for this run

name: Continuous Integration
on:
pull_request:
workflow_dispatch:
schedule:
- cron: '5 7 15 * *'
jobs:
test:
name: "Run Unit & Integration Tests"
uses: eclipse-pass/main/.github/workflows/ci.yml@main
secrets: inherit