Skip to content

Commit

Permalink
added unit test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakib committed Jan 11, 2024
1 parent 37bcf90 commit 948de21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v3

- name: Make gradlew executable
run: chmod +x ./gradlew

- name: Run tests
run: ./gradlew test

Expand Down

0 comments on commit 948de21

Please sign in to comment.