Skip to content

Commit

Permalink
Addressed PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 committed Oct 13, 2023
1 parent adf0352 commit ea0028d
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
test:
strategy:
matrix:
test:
- test jacocoTestReport
- integTest
- yamlRestTest
os:
- ubuntu-latest
- macOS-latest
Expand All @@ -29,19 +33,7 @@ jobs:
distribution: temurin

- name: Test
run: ./gradlew test

- name: YamlRestTest
run:
./gradlew yamlRestTest

- name: integTest
run:
./gradlew integTest

- name: Run Tests with Coverage
run:
./gradlew test jacocoTestReport --info
run: ./gradlew ${{ matrix.test }}

- name: Upload Coverage Report
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit ea0028d

Please sign in to comment.