File tree Expand file tree Collapse file tree 2 files changed +19
-9
lines changed Expand file tree Collapse file tree 2 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 1- name : Run Tests
1+ name : Daily Run Tests on PyPI Wheels
22
3- on :
4- push :
5- branches : ["main"]
3+ on :
64 workflow_dispatch :
7- pull_request :
8- types : [opened, synchronize, ready_for_review]
5+ schedule :
6+ - cron : ' 0 16 * * * ' # Trigger at 4PM every day
97
108jobs :
119 run_unit_tests :
Original file line number Diff line number Diff line change 22
33To run the tests first install ` pytest ` :
44
5- ``` pip install pytest ```
5+ ```
6+ pip install pytest
7+ ```
68
7- Then ` cd ` into the fastdup repo root directory and run:
9+ Then ` cd ` into the fastdup site-packages root directory.
810
9- ``` pytest ```
11+ For example
12+
13+ ```
14+ cd /home/dnth/anaconda3/envs/tests/lib/python3.10/site-packages/fastdup
15+ ```
16+
17+ and run:
18+
19+ ```
20+ pytest
21+ ```
You can’t perform that action at this time.
0 commit comments