Skip to content

debug pipeline

debug pipeline #2

name: 'Continuous Integration: Backend'
on:
push:
branches: [ main ]
paths:
- backend/**
pull_request:
types: [opened, synchronize, reopened]
paths:
- backend/**
jobs:
ci:
name: 'Continous Integration'
uses: './.github/workflows/templates/build-and-test-backend-template.yml'

Check failure on line 17 in .github/workflows/continuous-integration-backend.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/continuous-integration-backend.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory