From dc19df8811ef795ffb0ed589da456b93f64f07db Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 1 Mar 2021 10:21:33 -0800 Subject: [PATCH] test: Move fosgen test into a step where java is available --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 813be68..fad4086 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,7 +41,6 @@ steps: - cd ../bin - ln -s ../nailgun/nailgun-client/target/ng . - cd .. - - bin/fosgen -d tests/emit_sum.fos - name: extract_tests image: xonsh/xonsh commands: @@ -53,7 +52,8 @@ steps: path: /drone/lib - name: m2 path: /root/.m2 - commands: + commands: # Note we first make sure that fosgen is working + - bin/fosgen -d tests/emit_sum.fos - bin/generate_test_code - name: python_tests image: python:slim