add: dotnet test workflow
This commit is contained in:
parent
baf68f3676
commit
fff3a4ed96
10
.gitea/workflows/test.yaml
Normal file
10
.gitea/workflows/test.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
name: Dotnet test
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: https://git.rrricardo.top/actions/checkout@v3
|
||||||
|
|
||||||
|
- run: dotnet test
|
Loading…
Reference in New Issue
Block a user