Skip to content

Set channel in lead_donotcontact to "mailjet" instead of "email" for softbounces #9

Set channel in lead_donotcontact to "mailjet" instead of "email" for softbounces

Set channel in lead_donotcontact to "mailjet" instead of "email" for softbounces #9

Workflow file for this run

name: ciUnitTests
on:
pull_request:
branches:
- 'main'
jobs:
integration:
name: CI Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP Environment
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
- name: Install composer requirements.
run: composer install
- name: Run PHPUnit
run: ./vendor/bin/phpunit --testsuite unit --coverage-cobertura=coverage.xml
- name: Code Coverage
uses: irongut/CodeCoverageSummary@v1.3.0
with:
filename: coverage.xml
badge: true
format: 'markdown'
output: 'both'
- name: Write to Job Summary
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY