Skip to content

Commit

Permalink
CI: Use Gradle action + cache (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy committed Jul 14, 2023
1 parent 1f509dc commit c494d31
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,7 @@ jobs:
- name: NPM lint
run: npm run lint
- name: Generate UI jar
run: ./gradlew jar
uses: gradle/gradle-build-action@v2
with:
cache-read-only: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }}
arguments: jar

0 comments on commit c494d31

Please sign in to comment.