Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit e090939

Browse files
author
Nurhan Turgut
committed
removed background task. it wasn't using the same path
1 parent 6e29ec0 commit e090939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ task:
5656
- cd web_installers/packages/web_drivers/
5757
- pub get
5858
- dart lib/web_driver_installer.dart chromedriver --install-only
59-
driver_background_script: ./chromedriver/chromedriver --port=4444
59+
- ./chromedriver/chromedriver --port=4444 &
6060
test_script:
6161
- cd $E2E_PATH/example/
6262
- flutter drive -v --target=test_driver/example_e2e_web.dart -d web-server --release --browser-name=chrome

0 commit comments

Comments
 (0)