Skip to content

Commit

Permalink
updating CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
kolappannathan committed Sep 19, 2021
1 parent 5206223 commit 75c25f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ jobs:
run: |
cd ./src/WebApiBolierplate
dotnet build --configuration Release --no-restore
- name: Test
run: |
cd ./src/WebApiBolierplate
dotnet test .\Core.Test\Core.Test.csproj
- name: IntelliCode Team Completions
uses: microsoft/vs-intellicode@v1.0
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ jobs:
run: |
cd ./src/WebApiBolierplate
dotnet build --configuration Release --no-restore
- name: Test
run: |
cd ./src/WebApiBolierplate
dotnet test .\Core.Test\Core.Test.csproj

0 comments on commit 75c25f3

Please sign in to comment.