We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569c368 commit 443d859Copy full SHA for 443d859
.github/workflows/main.yml
@@ -0,0 +1,11 @@
1
+name: Run Unit and Integration tests
2
+on: [push]
3
+jobs:
4
+ Build-And-Test:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: actions/checkout@v4
8
+ - name: Setup .NET Core SDK
9
+ uses: actions/setup-dotnet@v4
10
+ - name: Test with the dotnet CLI
11
+ run: dotnet test
0 commit comments