Sysnya/.forgejo/workflows/test.yml
femsci 0d4015b07e
Some checks reported warnings
test / unit-test (push) Has been cancelled
test CI
2023-11-14 18:53:58 +01:00

13 lines
289 B
YAML

name: test
on: [push]
jobs:
unit-test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: "Setup .NET"
uses: https://github.com/actions/setup-dotnet@v3
with:
dotnet-version: 7.0.113
- name: "Unit test"
run: dotnet test