Skip to content

Commit

Permalink
cleanup: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Nov 20, 2024
1 parent f578796 commit 10f448d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
- name: Check files difference
id: check_file_changed
run: |
set -x
SRC_DIFF=$(git diff --name-only | grep -E "$SRC_PATTERN" | wc -l)
echo ">> Differing source files list <<"
echo $(git diff --name-only | grep -E "$SRC_PATTERN")
git diff --name-only | grep -E "$SRC_PATTERN"
echo "---------------------------------"
if [[ "$SRC_DIFF" -gt "0" ]]; then
echo ">> Found differing source files, executing integration workflow"
Expand Down

0 comments on commit 10f448d

Please sign in to comment.