Skip to content

Commit

Permalink
fix: check dockers
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak committed Jan 22, 2024
1 parent ca105d1 commit 8551462
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8551462

Please sign in to comment.