We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd74ba3 commit a6b2d6cCopy full SHA for a6b2d6c
.github/workflows/github-actions-cron-util-test.yml
@@ -5,11 +5,11 @@ on:
5
push:
6
paths:
7
- 'flow/util/**.py'
8
- - 'flow/util/test/**.py'
+ - 'flow/test/**.py'
9
pull_request:
10
11
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
15
@@ -30,7 +30,7 @@ jobs:
30
sudo apt install -y python3-pip
31
- name: Run Tests
32
run: |
33
- cd flow/util/test
+ cd flow/test
34
for file in *.py; do
35
python "$file"
36
done
0 commit comments