Skip to content

Commit

Permalink
Finalize testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thejasmeetsingh committed Dec 29, 2023
1 parent 318827b commit 358ddd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:

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

0 comments on commit 358ddd1

Please sign in to comment.