Support mock serial interface in CI (#143)

This commit is contained in:
l5y
2025-09-21 10:00:30 +02:00
committed by GitHub
parent 71b854998c
commit 5a610cf08a
3 changed files with 66 additions and 1 deletions
+1
View File
@@ -130,6 +130,7 @@ jobs:
docker run --rm --name ingestor-test \
-e POTATOMESH_INSTANCE=http://localhost:41447 \
-e API_TOKEN=test-token \
-e MESH_SERIAL=mock \
-e DEBUG=1 \
${{ env.REGISTRY }}/${{ env.IMAGE_PREFIX }}-ingestor-linux-amd64:${{ steps.version.outputs.version }} &
sleep 5