ci(procedure): Detailed CI pipeline
Some checks are pending
Polyglot CI / tests (push) Waiting to run
Some checks are pending
Polyglot CI / tests (push) Waiting to run
This commit is contained in:
parent
fb48c58a30
commit
f013955bc2
2 changed files with 11 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue