Skip to content

Commit

Permalink
Updated: ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pakka-papad committed Sep 29, 2024
1 parent 68dab05 commit 26e3121
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v4

- name: Run tests
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Run unit tests
run: ./gradlew test

- name: Upload test report
Expand Down

0 comments on commit 26e3121

Please sign in to comment.