Skip to content

typo

typo #4

Workflow file for this run

name: Test JuliaAstro (release)

Check failure on line 1 in .github/workflows/CI_release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI_release.yml

Invalid workflow file

(Line: 11, Col: 9): Unexpected value './.github/workflows/CI.yml', (Line: 13, Col: 5): Unexpected value 'test_args', (Line: 13, Col: 5): There's not enough info to determine what you meant. Add one of these properties: cancel-timeout-minutes, container, continue-on-error, defaults, env, environment, outputs, runs-on, secrets, services, snapshot, steps, timeout-minutes, uses, with
on:
push:
branches: [main]
pull_request:
schedule:
- cron: '15 2 * * *' # 2:15 AM UTC every day
jobs:
uses: ./.github/workflows/CI.yml
with:
test_args: "--verbose release"