Skip to content

Update action setup-dotnet #238

Update action setup-dotnet

Update action setup-dotnet #238

Workflow file for this run

name: Run tests
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
name: Run tests
steps:
- uses: actions/checkout@v2
- name: Install ICU packages
run: sudo apt-get update && sudo apt-get install -y libicu-dev
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.100
- run: make test