Skip to content

Experimental: Update to Microsoft Testing Platform v2 #342

Experimental: Update to Microsoft Testing Platform v2

Experimental: Update to Microsoft Testing Platform v2 #342

name: Steeltoe.Configuration
on:
workflow_dispatch:
pull_request:
paths:
- .editorconfig
- stylecop.json
- '*.props'
- '*.ruleset'
- nuget.config
- .config/dotnet-tools.json
- .github/workflows/component-shared-workflow.yml
- .github/workflows/component-configuration.yml
- src/Configuration/**
- src/Steeltoe.Configuration.slnf
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linux:
uses: ./.github/workflows/component-shared-workflow.yml

Check failure on line 24 in .github/workflows/component-configuration.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/component-configuration.yml

Invalid workflow file

error parsing called workflow ".github/workflows/component-configuration.yml" -> "./.github/workflows/component-shared-workflow.yml" : (Line: 29, Col: 21): Unrecognized named-value: 'env'. Located at position 1 within expression: env.TEST_RESULTS_DIRECTORY
with:
component: Configuration
OS: ubuntu
runDockerContainers: true