fix: wrong project name
All checks were successful
Run all tests / Run-Tests (push) Successful in 15s

This commit is contained in:
jackfiled 2025-04-29 13:39:02 +08:00
parent 2d682aade9
commit 5f1d7fda44
3 changed files with 16 additions and 0 deletions

View File

@ -1,9 +1,14 @@
<Solution>
<Folder Name="/.gitea/" />
<Folder Name="/.gitea/workflows/">
<File Path=".gitea\workflows\test.yml" />
</Folder>
<Folder Name="/src/">
<Project Path="src/${REPO_NAME}.Core/${REPO_NAME}.Core.csproj" />
</Folder>
<Folder Name="/Solution Items/">
<File Path=".editorconfig" />
<File Path=".gitignore" />
<File Path="./README.md" />
</Folder>
</Solution>

11
.gitea/workflows/test.yml Normal file
View File

@ -0,0 +1,11 @@
name: Run all tests
on: [ push ]
jobs:
Run-Tests:
runs-on: archlinux
steps:
- uses: https://mirrors.rrricardo.top/actions/checkout.git@v4
name: Check out code
- name: Run all tests
run: |
dotnet test