Skip to content

Commit

Permalink
chore(dev-deps): bump cypress from 12.8.1 to 13.5.0
Browse files Browse the repository at this point in the history
This updates cypress docker image used for tests.
  • Loading branch information
steabert committed Nov 9, 2023
1 parent 551ac7f commit be9fbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci-video-test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

CYPRESS_DOCKER_IMAGE=cypress/included:12.8.1
CYPRESS_DOCKER_IMAGE=cypress/included:13.5.0

echo -n "Starting RTSP/WebSocket proxy and example server..."
just _run-example-streams-web >& example-streams-web.log &
Expand Down

0 comments on commit be9fbbe

Please sign in to comment.