Skip to content

Commit

Permalink
Added configuration to run tests path specific.
Browse files Browse the repository at this point in the history
  • Loading branch information
alwinsimon committed Oct 28, 2023
1 parent fb1a83f commit 8d32333
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/CI - Tests - Auth Service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

name: CI - Tests - Auth Service

on: pull_request
on:
pull_request:
paths:
- "auth/**"

jobs:
Auth-Service-Pre-Integration-Tests:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/CI - Tests - Orders Service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

name: CI - Tests - Orders Service

on: pull_request
on:
pull_request:
paths:
- "orders/**"

jobs:
Orders-Service-Pre-Integration-Tests:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/CI - Tests - Payments Service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

name: CI - Tests - Payments Service

on: pull_request
on:
pull_request:
paths:
- "payments/**"

jobs:
Payments-Service-Pre-Integration-Tests:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/CI - Tests - Tickets Service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

name: CI - Tests - Tickets Service

on: pull_request
on:
pull_request:
paths:
- "tickets/**"

jobs:
Tickets-Service-Pre-Integration-Tests:
Expand Down

0 comments on commit 8d32333

Please sign in to comment.