Skip to content

Use Release build config #15

Use Release build config

Use Release build config #15

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: "7.0.x"
- name: Test
run: dotnet test source/dotnet-pr.tests --logger "GitHubActions;report-warnings=false"
- name: Run tool in docker
run: ./build.sh