From 7e1806215d707ce21a7b280ba23a8ee446be4f68 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 31 Aug 2023 21:19:12 -0700 Subject: [PATCH] adding binary run to latest test --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d53ecbc8..7eb4a85d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,6 +79,8 @@ jobs: run: make update - name: Assemble modular server build run: make cmake-modular-server-build + - name: Make sure poo is present in build + run: cd build/cmake/modular-server-debug/staged/dist && PYTHONPATH=ba_data/python ./ballisticakit_headless -c "import baenv; baenv.configure(); import bapoo; print(bapoo)" # Most of our toolset doesn't work on raw Windows without WSL set up, # but we can bootstrap enough to run a few things manually. It's nice to