Skip to content

Use github action for pyproject pytest #414

Use github action for pyproject pytest

Use github action for pyproject pytest #414

Triggered via pull request September 16, 2024 14:26
Status Failure
Total duration 24s
Artifacts

test.yml

on: pull_request
ci-node  /  qa
ci-node / qa
ci-node  /  setup
ci-node / setup
docs  /  test
docs / test
sync  /  sync
sync / sync
Matrix: ci-node / test
Waiting for pending jobs
ci-node  /  notify
ci-node / notify
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
qa: .github/workflows/qa-pytest-pyproject.yml#L3
"on" must be string
qa: .github/workflows/qa-pytest-pyproject.yml#L3
"on" must be equal to "branch_protection_rule", "check_run", "check_suite", "create", "delete", "deployment", "deployment_status", "discussion", "discussion_comment", "fork", "gollum", "issue_comment", "issues", "label", "merge_group", "milestone", "page_build", "project", "project_card", "project_column", "public", "pull_request", "pull_request_review", "pull_request_review_comment", "pull_request_target", "push", "registry_package", "release", "status", "watch", "workflow_call", "workflow_dispatch", "workflow_run" or "repository_dispatch"
qa: .github/workflows/qa-pytest-pyproject.yml#L3
"on" must be array
qa: .github/workflows/qa-pytest-pyproject.yml#L3
"on" must match exactly one schema in oneOf
qa: .github/workflows/qa-pytest-pyproject.yml#L21
"on.workflow_call.inputs["job-summary"]" must have required property 'type'
qa: .github/workflows/qa-pytest-pyproject.yml#L25
"on.workflow_call.inputs.emoji" must have required property 'type'
qa: .github/workflows/qa-pytest-pyproject.yml#L29
"on.workflow_call.inputs["custom-pytest"]" must have required property 'type'
qa
Process completed with exit code 1.
qa
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/