Skip to content

Commit b3cd2a0

Browse files
committed
output the docker bound ports
1 parent 58ee86a commit b3cd2a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
- name: check dns is working
5454
run: netstat -tulpn # Use -tulpn to show TCP/UDP listeners
5555

56+
- name: Check what services are on what port
57+
run: docker ps --format "table {{.Names}}\t{{.Ports}}" | grep nginx-1
58+
5659
- name: Run E2E tests
5760
uses: cypress-io/github-action@v6
5861
with:

0 commit comments

Comments
 (0)