Skip to content

fix(workflows): Better naming #2

fix(workflows): Better naming

fix(workflows): Better naming #2

Workflow file for this run

name: Non-Default Branch Push CI (Python)
on:
push:
branches-ignore: [ "main" ]
paths-ignore: ['README.md']
jobs:
branch-ci:
uses: openclimatefix/.github/.github/workflows/nondefault_branch_push_ci_python.yml@main

Check failure on line 10 in .github/workflows/branch_ci.yml

View workflow run for this annotation

GitHub Actions / Non-Default Branch Push CI (Python)

Invalid workflow file

The workflow is not valid. In .github/workflows/branch_ci.yml (Line: 10, Col: 11): Error from called workflow openclimatefix/.github/.github/workflows/nondefault_branch_push_ci_python.yml@main (Line: 132, Col: 13): Unexpected symbol: '"pytest"'. Located at position 23 within expression: inputs.test_runner == "pytest" || inputs.test_runner != "unittest" In .github/workflows/branch_ci.yml (Line: 10, Col: 11): Error from called workflow openclimatefix/.github/.github/workflows/nondefault_branch_push_ci_python.yml@main (Line: 135, Col: 13): Unexpected symbol: '"unittest"'. Located at position 23 within expression: inputs.test_runner == "unittest"
secrets: inherit
with:
containerfile: Containerfile
enable_linting: true
enable_typechecking: true