Skip to content

Commit

Permalink
Acceptance test: update directory
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkad committed Dec 4, 2024
1 parent 038fb8b commit c4eae47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/power-acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Find modified files and run acceptance tests
run: |
# Get the list of modified Go files in the PR under the service/power directory
modified_go_files=$(git diff --name-only origin/${{ github.event.pull_request.base.ref }} -- 'service/power/*.go')
modified_go_files=$(git diff --name-only origin/${{ github.event.pull_request.base.ref }} -- 'ibm/service/power/*.go')
# Initialize an empty list for test files
modified_test_files=""
Expand Down

0 comments on commit c4eae47

Please sign in to comment.