mirror of
https://github.com/chatmail/relay.git
synced 2026-08-10 10:30:51 +00:00
chore(deps): Upgrade filtermail to v0.7.3
## 0.7.3 - 2026-06-27 ### Features - *(transport)* Worker eviction ## 0.7.2 - 2026-06-26 ### Documentation - *(readme)* Disable colors in mermaid diagrams - *(readme)* Update Transport mode doc ### Features - *(transport)* Destination worker pool ### Refactor - Implement Display for AddressDomain ### Testing - Test filtermail-transport Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
persist-credentials: false
|
||||
- name: download filtermail
|
||||
run: curl -L https://github.com/chatmail/filtermail/releases/download/v0.7.1/filtermail-x86_64 -o /usr/local/bin/filtermail && chmod +x /usr/local/bin/filtermail
|
||||
run: curl -L https://github.com/chatmail/filtermail/releases/download/v0.7.3/filtermail-x86_64 -o /usr/local/bin/filtermail && chmod +x /usr/local/bin/filtermail
|
||||
- name: run chatmaild tests
|
||||
working-directory: chatmaild
|
||||
run: pipx run tox
|
||||
|
||||
Reference in New Issue
Block a user