Skip to content

Impl evaluation in T-shirts #159

Impl evaluation in T-shirts

Impl evaluation in T-shirts #159

Workflow file for this run

name: app test
on: [push]
jobs:
test:
runs-on: ubuntu-22.04
strategy:
matrix:
dotnet-version: ['7.0.x']
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v2
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Run './build.sh Test'
run: ./build.sh Test