We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ee86a commit b3cd2a0Copy full SHA for b3cd2a0
.github/workflows/test.yml
@@ -53,6 +53,9 @@ jobs:
53
- name: check dns is working
54
run: netstat -tulpn # Use -tulpn to show TCP/UDP listeners
55
56
+ - name: Check what services are on what port
57
+ run: docker ps --format "table {{.Names}}\t{{.Ports}}" | grep nginx-1
58
+
59
- name: Run E2E tests
60
uses: cypress-io/github-action@v6
61
with:
0 commit comments