Skip to content

Merge branch 'main' into beta #12

Merge branch 'main' into beta

Merge branch 'main' into beta #12

Workflow file for this run

name: Test
on:
push:
branches: [ main, beta ]
paths-ignore:
- '**/*.md'
- '**/*.gitignore'
- '**/*.gitattributes'
workflow_dispatch:
jobs:
test:
strategy:
matrix:
framework: [ netstandard2.0, net7.0, net8.0 ]
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.0.x
- name: Run Tests
run: dotnet test -f ${{ matrix.framework }

Check failure on line 24 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 24, Col: 12): The expression is not closed. An unescaped ${{ sequence was found, but the closing }} sequence was not found.