Added builder, DataTracker and KeyValue #16

Manually merged
quentinlegot merged 40 commits from dev into master 2023-06-13 22:15:40 +02:00
Showing only changes of commit 7326fb2a7f - Show all commits

View File

@ -29,21 +29,21 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'oracle'
- name: setup psql
uses: https://github.com/harmon758/postgresql-action@v1
uses: https://github.com/ikalnytskyi/action-setup-postgres@v4
with:
postgresql version: '15'
postgresql db: postgres
postgresql user: postgres
postgresql password: 'root'
port: 5432
database: postgres
username: postgres
password: 'root'
- name: make gradle wrapper executable
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
- name: build
run: ./gradlew build --no-daemon
- name: test
run: ./gradlew test --no-daemon
#- name: test
# run: ./gradlew test --no-daemon
deploy:
runs-on: ${{ ubuntu-latest }}
runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/master'
steps:
- name: deploy