Skip to content

Merge pull request #774 from xdev-software/master #95

Merge pull request #774 from xdev-software/master

Merge pull request #774 from xdev-software/master #95

name: Run Mailpit integration tests
on:
workflow_dispatch:
push:
branches: [ develop ]
paths:
- 'src/mailpit/**'
pull_request:
branches: [ develop ]
paths:
- 'src/mailpit/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
mailpit:
uses: ./.github/workflows/run-module-integration-tests.yml
with:
module: mailpit
secrets: inherit