Skip to content

Commit

Permalink
feature(157): try and fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sojabio committed Jan 10, 2025
1 parent 484b695 commit 54b0213
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.build.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
interval: 1s
timeout: 2s
retries: 100
environment:
- STRIPE_SECRET_KEY
depends_on:
db:
condition: service_healthy
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
interval: 1s
timeout: 2s
retries: 100
environment:
- STRIPE_SECRET_KEY
depends_on:
db:
condition: service_healthy
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ services:
interval: 1s
timeout: 2s
retries: 100
environment:
- STRIPE_SECRET_KEY
depends_on:
db:
condition: service_healthy
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
interval: 1s
timeout: 2s
retries: 100
environment:
- STRIPE_SECRET_KEY
depends_on:
db:
condition: service_healthy
Expand Down

0 comments on commit 54b0213

Please sign in to comment.