Skip to content

Continuous Integration (Main) #48

Continuous Integration (Main)

Continuous Integration (Main) #48

Workflow file for this run

name: Continuous Integration (Main)
on:
workflow_dispatch:
push:
branches:
- main
schedule:
# “At 00:00 on every 7th day-of-month from 1 through 31.” (https://crontab.guru)
- cron: "0 0 1/7 * *"
jobs:
CI:
uses: ./.github/workflows/ci.yml

Check failure on line 15 in .github/workflows/ci-main.yml

View workflow run for this annotation

GitHub Actions / Continuous Integration (Main)

Invalid workflow file

The workflow is not valid. In .github/workflows/ci-main.yml (Line: 15, Col: 11): Error from called workflow exasol/pytest-plugins/.github/workflows/ci.yml@f677941f0b64dee677c4579725a911bebf27af72 (Line: 7, Col: 9): Required property is missing: type
secrets: inherit
with:
slow-tests: true