Compare commits

...

1 Commits

Author SHA1 Message Date
25e336bc5e fix: build. 2024-12-30 15:42:34 +01:00
2 changed files with 4 additions and 2 deletions

@ -21,4 +21,4 @@ jobs:
- name: Configure gradle...
run: mkdir -p ~/.gradle && echo "org.gradle.daemon=false\nignoreGitVersion=true" >> ~/.gradle/gradle.properties
- name: Build and test
run: ./gradlew build -x test --stacktrace
run: ./gradlew build --stacktrace

@ -3,7 +3,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
coverage:
runs-on: ubuntu-latest