Skip to content

Commit

Permalink
Add support for using the nth email
Browse files Browse the repository at this point in the history
Add support for sender and recipient queries.

Resolves: captbaritone#12, captbaritone#98
  • Loading branch information
wazum committed Sep 11, 2022
1 parent cf82ea6 commit f83f70d
Show file tree
Hide file tree
Showing 6 changed files with 913 additions and 28 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Tests

on:
workflow_dispatch:
push:
branches:
- master
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
dependency-versions: highest
- run: php vendor/bin/codecept build
- name: Acceptance tests
run: php vendor/bin/codecept run acceptance -d
run: php vendor/bin/codecept run acceptance -d -vv
- name: Unit tests
env:
XDEBUG_MODE: coverage
Expand Down
Loading

0 comments on commit f83f70d

Please sign in to comment.