Skip to content

Commit 4f8f84b

Browse files
Deduplicate setup specs from second e2e cmdline in schedule.yml (#11046)
Remove duplicated invocation of e2e setup
1 parent 13036b8 commit 4f8f84b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
echo "CYPRESS_ARGS=${CYPRESS_ARGS[*]}"
301301
302302
yarn cypress run --headless "${CYPRESS_ARGS[@]}" --env coverage=false --spec "$CYPRESS_SETUP_SPECS" # if fail, further behavior is unpredictable
303-
yarn cypress run --headed "${CYPRESS_ARGS[@]}" --spec "${CYPRESS_SETUP_SPECS},${CYPRESS_SPECS}"
303+
yarn cypress run --headed "${CYPRESS_ARGS[@]}" --spec "${CYPRESS_SPECS}"
304304
305305
- name: Creating a log file from "cvat" container logs
306306
if: failure()

0 commit comments

Comments
 (0)