Skip to content

Update build.yml

Update build.yml #5

Workflow file for this run

# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: .NET
on:
push:
workflow_dispatch:
pull_request:
branches: [ "main" ]
jobs:
call-build:
uses: osscameroon/place-api/.github/workflows/build.yml@main

Check failure on line 14 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/tests.yml" -> "osscameroon/place-api/.github/workflows/build.yml@main" (source branch with sha:9ec341ca0ea95c3b1755de3c995333f61b303ff7) : workflow is not reusable as it is missing a `on.workflow_call` trigger
tests:
runs-on: ubuntu-latest
steps:
- name: Test
run: dotnet test --no-build --verbosity normal