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

Commit b8d4e22

Browse files
author
Nurhan Turgut
committed
change in scripts. remove list from backfround task. change argument of driver
1 parent 8b8eb84 commit b8d4e22

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.cirrus.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,9 @@ task:
5555
- git clone https://github.com/flutter/web_installers.git
5656
- cd web_installers/packages/web_drivers/
5757
- pub get
58-
- dart lib/web_driver_installer.dart chromedriver install-only
59-
start_emulator_background_script:
60-
- pwd
61-
- ./chromedriver/chromedriver --port=4444
58+
- dart lib/web_driver_installer.dart chromedriver --install-only
59+
driver_background_script: ./chromedriver/chromedriver --port=4444
6260
test_script:
63-
- pwd
6461
- cd $E2E_PATH/example/
6562
- flutter drive -v --target=test_driver/example_e2e_web.dart -d web-server --release --browser-name=chrome
6663
- name: build-apks+java-test+firebase-test-lab

0 commit comments

Comments
 (0)