ci(e2e): Add e2e ci
This commit is contained in:
parent
1a278fdcea
commit
ba670223de
4 changed files with 64 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue