Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inam4nexure committed Aug 14, 2023
1 parent 9b0946f commit 7aebe1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
java-version: '17'
distribution: 'adopt'
architecture: x64
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run tests
run: ./gradlew test
- name: Publish to GitHub package registry
Expand Down

0 comments on commit 7aebe1c

Please sign in to comment.