fix: wrong project name
All checks were successful
Run all tests / Run-Tests (push) Successful in 15s
All checks were successful
Run all tests / Run-Tests (push) Successful in 15s
This commit is contained in:
parent
2d682aade9
commit
5f1d7fda44
|
@ -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
11
.gitea/workflows/test.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user