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 cae44b8 commit 51c8366
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/dots-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,18 @@ jobs:
wget https://files.basex.org/releases/10.7/BaseX107.zip
unzip BaseX107.zip && rm -r BaseX107.zip && ls -l
cd ./basex && ls -l
chmod +x ./bin/basex
chmod +x ./bin/basex
chmod +x ./bin/basexhttp
cp -r ../dots/ ./webapp/ && cd ./webapp/ && ls -l
- name: Launch Tests
run : |
pwd && ls -l
cd .. && ls -l
cd ../basex/
./bin/basexhttp &
BX=./bin/basex
BX ./webapp/dots/tests/launcher.xq
Expand Down

0 comments on commit 51c8366

Please sign in to comment.