Skip to content

Commit

Permalink
Update GitHub Actions workflow to use mailpit for email testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Feb 2, 2024
1 parent a438f16 commit 1f08582
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
laravel: [10.*]
stability: [prefer-stable]
Expand All @@ -38,8 +38,10 @@ jobs:
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo
coverage: pcov

- name: Setup MailHog
uses: mailhog/[email protected]
- name: Setup mailpit
run: /
sudo bash < <(curl -sL https://raw.githubusercontent.com/axllent/mailpit/develop/install.sh)
mailpit

- name: Setup problem matchers
run: |
Expand Down

0 comments on commit 1f08582

Please sign in to comment.