Skip to content

Commit

Permalink
Merge pull request #1595 from moj-analytical-services/only_run_tests_…
Browse files Browse the repository at this point in the history
…on_splink_edits

add path arguments to automated tests
  • Loading branch information
ThomasHepworth authored Sep 13, 2023
2 parents 2e1acf1 + ff229c7 commit 60283fa
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest_benchmark_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
pull_request:
branches:
- master
paths:
- splink/**
- benchmarking/**
- pyproject.toml

jobs:
test:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pytest_postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- master
- '**dev'
paths:
- splink/**
- tests/**
- pyproject.toml

jobs:
test:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pytest_run_tests_with_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- master
- '**dev'
paths:
- splink/**
- tests/**
- pyproject.toml

jobs:
test:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/run_demos_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
branches:
- master
paths:
- splink/**
- docs/demos/examples/**
- pyproject.toml

workflow_dispatch:

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/run_demos_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
branches:
- master
paths:
- splink/**
- docs/demos/tutorials/**
- pyproject.toml

workflow_dispatch:

Expand Down

0 comments on commit 60283fa

Please sign in to comment.