Skip to content

Commit

Permalink
fix(ci): fix build on pull req
Browse files Browse the repository at this point in the history
  • Loading branch information
indrastorms committed Apr 3, 2024
1 parent 92da646 commit 8ccc2af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
uses: burrunan/gradle-cache-action@v1

- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
run: ./gradlew build clean

0 comments on commit 8ccc2af

Please sign in to comment.