chore: add drone-ci-tests and docker build #1

Merged
polpetta merged 15 commits from drone-ci-tests into devel 2023-03-27 17:16:30 +02:00
Showing only changes of commit 342989ce96 - Show all commits

View File

@ -6,7 +6,7 @@ steps:
- name: Static checks
image: eclipse-temurin:17-jdk
commands:
- apt-get update -qq && apt-get install python3 pip && pip install pre-commit
- apt-get update -qq && apt-get install -y python3 pip && pip install pre-commit
- pre-commit run --all-files
- name: UT & IT Tests
image: quay.io/testcontainers/dind-drone-plugin