Skip to content

Commit

Permalink
Update dots-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre authored Mar 11, 2024
1 parent ba178fe commit 0e0b294
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/dots-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0e0b294

Please sign in to comment.