dev [release-patch] #6
@@ -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