Skip to content

Commit 57f50e2

Browse files
committed
app tests run only for app changes
1 parent 9ceb69a commit 57f50e2

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/test_docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Integration Tests
33
on:
44
pull_request:
55
branches: [ develop ]
6+
paths:
7+
- "app/**"
8+
- "tests/**"
9+
10+
workflow_dispatch:
611

712
jobs:
813
test:

.github/workflows/unit_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Unit Tests
33
on:
44
pull_request:
55
branches: [ develop ]
6+
paths:
7+
- "app/**"
8+
- "tests/**"
9+
10+
workflow_dispatch:
611

712
jobs:
813
test:

0 commit comments

Comments
 (0)