Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 58df8dc

Browse files
committed
Debugging, debugging, debugging...
1 parent 6eaeee6 commit 58df8dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
ADDED_FILES: ${{ join(fromJSON(steps.changed_files.outputs.added), ' ') }}
5252
MODIFIED_FILES: ${{ join(fromJSON(steps.changed_files.outputs.modified), ' ') }}
5353
run: |
54+
echo "$MODIFIED_FILES"
55+
printf "%s %s\n" "$ADDED_FILES" "$MODIFIED_FILES"
56+
printf "%s %s\n" "$ADDED_FILES" "$MODIFIED_FILES" | tr ' ' '\n'
57+
printf "%s %s\n" "$ADDED_FILES" "$MODIFIED_FILES" | tr ' ' '\n' | grep '.po$'
5458
CHANGED_PO_FILES=$(printf "%s %s\n" "$ADDED_FILES" "$MODIFIED_FILES" | tr ' ' '\n' | grep '.po$')
5559
printf "Running on" "$CHANGED_PO_FILES"
5660
[ -n "$CHANGED_PO_FILES" ] && ${{ matrix.tool.command }} $CHANGED_PO_FILES ${{ matrix.tool.command_suffix }}

0 commit comments

Comments
 (0)