Skip to content

test: add workflows #72

test: add workflows

test: add workflows #72

Workflow file for this run

name: CI-CD
#on:
# push:
# branches:
# - "main"
# - "releases/**"
# tags:
# - v[0-9]+.[0-9]+.[0-9]+
# pull_request: ~
on:
push:
branches:
- e2e
jobs:
call-tests:
uses: ./.github/workflows/tests.yaml
call-e2e:
needs: call-tests
uses: ./.github/workflows/e2e.yaml
call-image:
needs: call-e2e
uses: ./.github/workflows/image.yaml

Check failure on line 25 in .github/workflows/ci-cd.yaml

View workflow run for this annotation

GitHub Actions / CI-CD

Invalid workflow file

The workflow is not valid. In .github/workflows/ci-cd.yaml (Line: 25, Col: 11): Error from called workflow aulasoftwarelibre/codex/.github/workflows/image.yaml@bc386e316444acaa2dae51edca2364d69b5cf1ee (Line: 11, Col: 3): The workflow must contain at least one job with no dependencies.