Skip to content

Commit c36effd

Browse files
committed
テストを定期実行するよう変更
1 parent 60afd0c commit c36effd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,12 @@ jobs:
3636
git add --all
3737
git commit -m "Circle CI updates files."
3838
git push origin master
39+
40+
workflows:
41+
version: 2
42+
nightly:
43+
triggers:
44+
- schedule:
45+
cron: "0 0 * * *"
46+
jobs:
47+
- build

0 commit comments

Comments
 (0)