re-add port declaration
All checks were successful
PR tests / build-and-smoke (pull_request) Successful in 47s
All checks were successful
PR tests / build-and-smoke (pull_request) Successful in 47s
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user