dev [release-patch] #6

Merged
WorldTeacher merged 13 commits from dev into main 2025-11-25 09:05:54 +00:00
Showing only changes of commit c9f139d29c - Show all commits

View File

@@ -35,7 +35,7 @@ jobs:
- name: Start container (background)
run: |
# do NOT bind the container port to the host to avoid port conflicts on the runner
docker run -d --name semapform-test semapform-api:test-pr sleep infinity
docker run -d --name semapform-test semapform-api:test-pr --port 8001:8001 sleep infinity
- name: Start server in container and smoke test HTTP (in-container)
run: |