diff --git a/.drone.yml b/.drone.yml index fb14e2a0..177fde06 100644 --- a/.drone.yml +++ b/.drone.yml @@ -351,7 +351,6 @@ steps: - export PATH=$PATH:/Users/Dan/development/flutter/bin - export GEM_HOME=$HOME/.gem - export PATH=$GEM_HOME/ruby/2.6.0/bin:$PATH - - flutter doctor - ./run-tests.sh - cp integration_test/gherkin/reports/cucumber_report.html deploy/macos_cucumber_report.html diff --git a/integration_test/gherkin_suite_test.editable.dart b/integration_test/gherkin_suite_test.editable.dart index 49082af1..5415367e 100644 --- a/integration_test/gherkin_suite_test.editable.dart +++ b/integration_test/gherkin_suite_test.editable.dart @@ -95,6 +95,6 @@ void main() { ResetCwtchEnvironment(), AttachScreenshotOnFailedStepHook(), ], - (World world) => app.main(), + (World world) { var res = app.main(); sleep(Duration(seconds:1)); return res;}, ); } \ No newline at end of file