Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CWHer committed Jun 11, 2024
1 parent c30ee07 commit 0e794d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_on_schedule.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Test on schedule

on:
pull_request:
schedule:
- cron: "0 0 * * *"

Expand Down Expand Up @@ -37,6 +38,7 @@ jobs:
- name: Test with unittest
env:
HTTPS_PROXY: ""
PYTHONIOENCODING: "utf-8"
run: |
cd tests/
bash run_tests.sh

0 comments on commit 0e794d7

Please sign in to comment.