Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

upd - Initial migration to latest Terminaux #37

upd - Initial migration to latest Terminaux

upd - Initial migration to latest Terminaux #37

name: Build Project (Linux, Release)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Solution Compilation
run: dotnet build --configuration Release
- name: Testing
run: dotnet test --no-build --configuration Release