File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,17 +109,17 @@ jobs:
109109 name : " End to end tests (mod_forum, mod_messages and mod_comments)"
110110 services :
111111 - docker
112- if : env(TRAVIS_EVENT_TYPE) = cron
112+ if : type = cron
113113 script : scripts/test_e2e.sh "@app&&@mod_forum" "@app&&@mod_messages" "@app&&@mod_comments"
114114 - stage : test
115115 name : " End to end tests (mod_data, mod_survey, mod_course, core_course and mod_courses)"
116116 services :
117117 - docker
118- if : env(TRAVIS_EVENT_TYPE) = cron
118+ if : type = cron
119119 script : scripts/test_e2e.sh "@app&&@mod_data" "@app&&@mod_survey" "@app&&@mod_course" "@app&&@core_course" "@app&&@mod_courses"
120120 - stage : test
121121 name : " End to end tests (others)"
122122 services :
123123 - docker
124- if : env(TRAVIS_EVENT_TYPE) = cron
124+ if : type = cron
125125 script : scripts/test_e2e.sh "@app&&~@mod_forum&&~@mod_messages&&~@mod_comments&&~@mod_data&&~@mod_survey&&~@mod_course&&~@core_course&&~@mod_courses"
You can’t perform that action at this time.
0 commit comments