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 c00ea21 commit ec6262f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,16 @@ jobs:
run: |
make get_changed_files changed_files="${{ steps.changed-files.outputs.all_changed_files }}"
run-service-unit-tests:
runs-on: ubuntu-latest
strategy:
matrix:
service_name: ${{ fromJson(needs.changed-files.outputs.files_matrix) }}
needs:
- changed-files
steps:
- uses: actions/checkout@v4
- name: Checkout Code
uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
Expand Down
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 changee */
/* Trigger changee3 */

0 comments on commit ec6262f

Please sign in to comment.