Skip to content

Run dotnet tests.

Run dotnet tests. #36

Workflow file for this run

name: Pull actions
on:
pull_request:
jobs:
python-tests:
uses: ./.github/workflows/templates/python-tests.yml

Check failure on line 8 in .github/workflows/pull.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
with:
working-directory: "python"
dotnet-tests:
uses: ./.github/workflows/templates/dotnet-tests.yml
with:
working-directory: "dotnet/UneceGenerator"
dotnet-version: "8.0.100"