diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..e53ea10 --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -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 \ No newline at end of file