Skip to content

Seperate intgration and unit test in CI #1130

Seperate intgration and unit test in CI

Seperate intgration and unit test in CI #1130

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- "github-pages/*"
- "gh-pages/*"
- "main"
- "master"
pull_request:
types: [opened, reopened]
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/merge-gate.yml

Check failure on line 19 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. In .github/workflows/ci.yml (Line: 19, Col: 11): Error from called workflow exasol/python-toolbox/.github/workflows/merge-gate.yml@eca0915b7201c54705b8a30ad7f104ff6f1e563c (Line: 21, Col: 5): Unexpected value 'uses' In .github/workflows/ci.yml (Line: 19, Col: 11): Error from called workflow exasol/python-toolbox/.github/workflows/merge-gate.yml@eca0915b7201c54705b8a30ad7f104ff6f1e563c (Line: 16, Col: 5): Required property is missing: runs-on
secrets: inherit
Metrics:
needs: [ CI ]
uses: ./.github/workflows/report.yml