Skip to content

New Crowdin updates (#84) #212

New Crowdin updates (#84)

New Crowdin updates (#84) #212

Workflow file for this run

name: .NET Core Test Workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Run tests
run: dotnet test --no-restore --verbosity normal