Skip to content

Updated dotnet-test.yml (#8) #11

Updated dotnet-test.yml (#8)

Updated dotnet-test.yml (#8) #11

Workflow file for this run

name: dotnet-test
#
# Purpose: Run dotnet tests
#
on:
# Run workflow manually
workflow_dispatch:
# PR for any branch
pull_request:
# Staged PR's for any branch
merge_group:
# push on any branch
push:
defaults:
run:
shell: bash
working-directory: src
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
uses: sbartholomeusz/gh-actions-common/.github/workflows/dotnet-test.yml@main
with:
dotnet_version: '3.1.x'
path: './src/Canary.sln'
os_platform: 'windows-latest'

Check failure on line 35 in .github/workflows/dotnet-test.yml

View workflow run for this annotation

GitHub Actions / dotnet-test

Invalid workflow file

The workflow is not valid. .github/workflows/dotnet-test.yml (Line: 35, Col: 20): Invalid input, os_platform is not defined in the referenced workflow.
secrets: inherit