Extend critria to run Docker tests

The unit tests should be sufficient for these cases, making this exraneous, yet
better to be complete than at risk.
This commit is contained in:
Luke Parker 2023-07-24 02:56:58 -04:00
parent 9ac3b203c8
commit 5703591eb2
No known key found for this signature in database
2 changed files with 12 additions and 0 deletions

View file

@ -5,12 +5,16 @@ on:
branches:
- develop
paths:
- "common/**"
- "crypto/**"
- "message-queue/**"
- "tests/docker/**"
- "tests/message-queue/**"
pull_request:
paths:
- "common/**"
- "crypto/**"
- "message-queue/**"
- "tests/docker/**"
- "tests/message-queue/**"

View file

@ -5,12 +5,20 @@ on:
branches:
- develop
paths:
- "common/**"
- "crypto/**"
- "coins/**"
- "message-queue/**"
- "processor/**"
- "tests/docker/**"
- "tests/processor/**"
pull_request:
paths:
- "common/**"
- "crypto/**"
- "coins/**"
- "message-queue/**"
- "processor/**"
- "tests/docker/**"
- "tests/processor/**"