Skip to content

Commit a6b2d6c

Browse files
committed
workflows: change path
1 parent cd74ba3 commit a6b2d6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions-cron-util-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
push:
66
paths:
77
- 'flow/util/**.py'
8-
- 'flow/util/test/**.py'
8+
- 'flow/test/**.py'
99
pull_request:
1010
paths:
1111
- 'flow/util/**.py'
12-
- 'flow/util/test/**.py'
12+
- 'flow/test/**.py'
1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:
1515

@@ -30,7 +30,7 @@ jobs:
3030
sudo apt install -y python3-pip
3131
- name: Run Tests
3232
run: |
33-
cd flow/util/test
33+
cd flow/test
3434
for file in *.py; do
3535
python "$file"
3636
done

0 commit comments

Comments
 (0)