From 0e0b294427b7375a117bcef0996912fda742ab7b Mon Sep 17 00:00:00 2001 From: Lucas Terriel <44713216+Lucaterre@users.noreply.github.com> Date: Mon, 11 Mar 2024 16:42:11 +0100 Subject: [PATCH] Update dots-CI.yml --- .github/workflows/dots-CI.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dots-CI.yml b/.github/workflows/dots-CI.yml index 1ea3e6f..844b9ec 100644 --- a/.github/workflows/dots-CI.yml +++ b/.github/workflows/dots-CI.yml @@ -25,12 +25,19 @@ jobs: chmod +x ./bin/basex chmod +x ./bin/basexhttp cp -r ../dots/ ./webapp/ && cd ./webapp/ && ls -l + + - name: Start BaseX backend + run : | + cd ../basex/ && + ./bin/basexhttp & + sleep 2 && + curl http://localhost:8080 -I - name: Launch Tests run : | - cd ../basex/ - ./bin/basexhttp & - BX=./bin/basex + cd ../basex/ && + ls -l && + BX=./bin/basex && BX ./webapp/dots/tests/launcher.xq