Skip to content

switch xBehave -> LambdaTale #4

switch xBehave -> LambdaTale

switch xBehave -> LambdaTale #4

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore --locked-mode
- name: Build
run: dotnet build --no-restore --nologo
- name: Test
run: dotnet test --no-build --verbosity normal