Skip to content

Commit 194c57e

Browse files
authored
Adds IT Tests for Submodel Service to CI Pipeline (#756)
* Adds IT Tests to CI Pipeline * Update basyx_test.yml
1 parent 0dc9d46 commit 194c57e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/basyx_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,9 @@ jobs:
461461
exit 1;
462462
fi
463463
464+
- name: Test Submodel Service IT
465+
run: mvn verify -f "basyx.submodelservice" -Ddocker.namespace=test -DskipSurefire=true
466+
464467
- name: Stop environment
465468
if: always()
466469
run: docker compose --project-directory ./ci down

0 commit comments

Comments
 (0)