Skip to content

Merge pull request #179 from JuliaAstro/devdocs #26

Merge pull request #179 from JuliaAstro/devdocs

Merge pull request #179 from JuliaAstro/devdocs #26

Workflow file for this run

name: Test JuliaAstro (dev)
on:
push:
branches: [main]
pull_request:
schedule:
- cron: '15 2 * * *' # 2:15 AM UTC every day
jobs:
test-dev:
uses: ./.github/workflows/CI.yml
with:
test_args: "--verbose packages_dev"