Skip to content

Commit

Permalink
trigger change
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie4k-code committed Nov 14, 2024
1 parent ec6262f commit 213629f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,14 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Restore Dependencies, Build and Test
run: |
cd ${{ matrix.service_name }}/${{ matrix.service_name }}.UnitTests
dotnet restore
dotnet build --no-restore
dotnet test --no-build --verbosity normal
- name: Restore Dependencies, Build and Test
run: |
cd ${{ matrix.service_name }}/${{ matrix.service_name }}.UnitTests
dotnet restore
dotnet build --no-restore
dotnet test --no-build --verbosity normal
2 changes: 1 addition & 1 deletion UserService/UserService.Application/Class1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ public class Class1

}

/* Trigger changee3 */
/* Trigger changee3 e*/

0 comments on commit 213629f

Please sign in to comment.