Skip to content

test: document

test: document #39

Workflow file for this run

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
pull_request:
types: [opened, reopened]
release:
workflow_dispatch:
name: CI
jobs:
# We call the reusable workflow that triggers all AEF-DDF workflows
run-all-AEF-DFF-workflows:
name: ⚙️ Dispatch
uses: ssi-dk/AEF-DDF/.github/workflows/workflow-dispatcher.yaml@workflows

Check failure on line 17 in .github/workflows/all-workflows.yaml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

error parsing called workflow ".github/workflows/all-workflows.yaml" -> "ssi-dk/AEF-DDF/.github/workflows/workflow-dispatcher.yaml@workflows" (source branch with sha:441fe4c6d65fc7ad6e3f49435286f85942af596f) --> "./.github/workflows/code-coverage.yaml" (source branch with sha:441fe4c6d65fc7ad6e3f49435286f85942af596f) : You have an error in your yaml syntax on line 60
with:
# We pass information about the triggering event
event_name: ${{ github.event_name }}
run_id: ${{ github.run_id }}
main_branches: main, new_workflows
# code-coverage creates data bases for the tests. Here you can specify the schemas you need for the workflow
schemas: test_ds,not_test_ds
secrets: inherit