Skip to content

Commit

Permalink
Add mailhog service and browsers matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Sep 4, 2024
1 parent ef5bbcb commit cd62335
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,15 @@ jobs:
POSTGRES_DB: postgres
ports: ["5432:5432"]
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
mailhog:
image: mailhog/mailhog
ports: ["1025:1025", "8025:8025"]

strategy:
max-parallel: 4
matrix:
python-version: ["3.11"]
playwright-browser: ["chromium"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit cd62335

Please sign in to comment.