Skip to content

Commit

Permalink
Run tests on poetry.lock changes
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Hale <[email protected]>
  • Loading branch information
jamshale committed Sep 12, 2024
1 parent f93d9f3 commit e7f8faf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/bdd-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
uses: tj-actions/changed-files@v45
with:
files_yaml: |
src: "aries_cloudagent/**/*"
src:
- aries_cloudagent/**/*
- poetry.lock
demo: "demo/**/*"
- name: Check if demo or src files changed
id: check-if-demo-or-src-changed
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/bdd-interop-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
uses: tj-actions/changed-files@v45
with:
files_yaml: |
src: "aries_cloudagent/**/*"
src:
- aries_cloudagent/**/*
- poetry.lock
- name: Check if src files changed
id: check-if-src-changed
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/scenario-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
with:
files_yaml: |
scenarios: "scenarios/**/*"
src: "aries_cloudagent/**/*"
src:
- aries_cloudagent/**/*
- poetry.lock
- name: Check if scenarios or src files changed
id: check-if-scenarios-or-src-changed
run: |
Expand Down

0 comments on commit e7f8faf

Please sign in to comment.