Skip to content

Commit

Permalink
Updated workflow for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thejasmeetsingh committed Dec 29, 2023
1 parent a9a6936 commit 318827b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
microservices:
- /src/user_service
- user_service
steps:
- uses: actions/checkout@v3
- name: Set up Go
Expand All @@ -23,5 +23,7 @@ jobs:

- name: Execute Test Cases
run: |
cd ${{ matrix.microservices }}
ls
echo ${{ matrix.microservices }}
cd ./src/${{ matrix.microservices }}
bash run_unit_test.sh

0 comments on commit 318827b

Please sign in to comment.