Skip to content

Update tests.yml

Update tests.yml #3

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:
pull_request:
branches: [ "main" ]
jobs:
call-build:
uses: osscameroon/place-api/.github/workflows/build.yml@main

Check failure on line 13 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:23bddce6620958c290dc646099e3dc3e6e4e2dd6) : 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