ci(procedure): Detailed CI pipeline
Some checks are pending
Polyglot CI / tests (push) Waiting to run

This commit is contained in:
js0ny 2026-01-22 11:02:06 +00:00
parent fb48c58a30
commit f013955bc2
2 changed files with 11 additions and 2 deletions

View file

@ -26,4 +26,7 @@ jobs:
with:
name: mycache
- run: chmod +x ./ilp-rest-service/gradlew
- run: nix develop .#ci --command just all
- name: Unit Testing and Integration Testing
run: nix develop .#ci --command just all
- name: E2E Test
run: nix develop .#ci --command just e2e