Skip to content

Continuous Integration #13

Continuous Integration

Continuous Integration #13

Workflow file for this run

name: Continuous Integration
on:
schedule:
- cron: '38 7 26 * *'
workflow_dispatch:
jobs:
test:
uses: ./.github/workflows/build.yaml
with:
resolver: nightly