ci(e2e): Add e2e ci

This commit is contained in:
js0ny 2026-01-22 08:39:11 +00:00
parent 1a278fdcea
commit ba670223de
4 changed files with 64 additions and 0 deletions

View file

@ -2,6 +2,7 @@ all:
@just format
@just static-analysis
@just test
@just e2e
format:
cd ./drone-black-box && go fmt
@ -17,3 +18,6 @@ test:
rm ./drone-black-box/coverage.out
# Java
cd ./ilp-rest-service/ && ./gradlew check
e2e:
bash .bin/e2e.sh