add: test action
This commit is contained in:
11
.gitea/workflows/test.yaml
Normal file
11
.gitea/workflows/test.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Test canon project
|
||||
on: [ push ]
|
||||
|
||||
jobs:
|
||||
Test-Canon:
|
||||
runs-on: archlinux
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: https://git.rrricardo.top/actions/checkout@v4
|
||||
- name: Run test code
|
||||
run: dotnet test
|
Reference in New Issue
Block a user