diff --git a/.github/workflows/api-e2e.yml b/.github/workflows/api-e2e.yml index 7879184d36..561363b306 100644 --- a/.github/workflows/api-e2e.yml +++ b/.github/workflows/api-e2e.yml @@ -41,6 +41,9 @@ jobs: run: | npm ci --ignore-scripts + - name: List running containers + run: docker ps + - name: Run e2e tests run: | npm run test:e2e