Skip to content

move workflows to parent dir #6

move workflows to parent dir

move workflows to parent dir #6

Workflow file for this run

name: "🧪 Unit Tests"
permissions:
contents: read
on:
workflow_call:
push:
jobs:
webapp:
uses: ./.github/workflows/unit-tests/webapp.yml

Check failure on line 12 in .github/workflows/unit-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/unit-tests.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
secrets: inherit
packages:
uses: ./.github/workflows/unit-tests/packages.yml
secrets: inherit
internal:
uses: ./.github/workflows/unit-tests/internal.yml
secrets: inherit