We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfab7a commit c99c89dCopy full SHA for c99c89d
1 file changed
.github/workflows/build_and_test.yml
@@ -13,5 +13,10 @@ jobs:
13
dotnet-version: 2.2.108
14
- name: Build with .NET Core
15
run: dotnet build --configuration Release
16
+ test:
17
+ runs-on: ubuntu-latest
18
+ needs: build
19
+ steps:
20
+ - uses: actions/checkout@v1
21
- name: Run Tests
22
run: dotnet test
0 commit comments