Skip to content

Commit

Permalink
add badge and see if we can cache the dependencies directory so we ga…
Browse files Browse the repository at this point in the history
…in 10s in compile time
  • Loading branch information
sombriks committed May 5, 2024
1 parent 8b83a5e commit 758afaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'
- uses: actions/cache@v4
with:
path: lib
key: bld-${{ hashFiles('src/bld/java/**') }}
- run: ./bld clean download compile test
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[![Java CI with Gradle](https://github.com/sombriks/sample-htmx-spring/actions/workflows/gradle.yml/badge.svg)](https://github.com/sombriks/sample-htmx-spring/actions/workflows/gradle.yml)

[![Java CI with bld](https://github.com/sombriks/sample-htmx-spring/actions/workflows/bld.yml/badge.svg)](https://github.com/sombriks/sample-htmx-spring/actions/workflows/bld.yml)

Simple [htmx][htmx] project using spring boot with thymeleaf as backend.

Generated by [spring initializr][initializr].
Expand Down

0 comments on commit 758afaf

Please sign in to comment.