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 948de21 commit 9fe9f43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v3

- name: Set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '17'

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

Expand Down

0 comments on commit 9fe9f43

Please sign in to comment.