Skip to content

Commit 0e44344

Browse files
dailycodingf2prateek
authored andcommitted
Scheduled E2E testing (Every hour) (#109)
* Schedule cronjob for hourly e2e testing * Trying to fix trigger error * Try to remove filter for cronjob * Fix schedule error in config.yml * Try to fix schedule error in config.yml (Add indent after schedule)
1 parent 45c89bb commit 0e44344

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.circleci/config.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,18 @@ workflows:
4848
- test_27
4949
- test_34
5050
- test_35
51-
- test_36
51+
- test_36
52+
scheduled_e2e_test:
53+
triggers:
54+
- schedule:
55+
cron: "0 * * * *"
56+
filters:
57+
branches:
58+
only:
59+
- master
60+
- scheduled_e2e_testing
61+
jobs:
62+
- test_27
63+
- test_34
64+
- test_35
65+
- test_36

0 commit comments

Comments
 (0)