Skip to content

Commit

Permalink
Update dots-CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucaterre committed Mar 12, 2024
1 parent e3ebf94 commit d8b0563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dots-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
chmod +x ./bin/basexhttp
cp -r ../dots/ ./webapp/ && cd ./webapp/ && ls -l
# init db dots
ls -l ./bin &&
./bin/basex ./webapp/dots/scripts/dots_db_init.xq
- name: Start BaseX backend
Expand All @@ -37,8 +38,7 @@ jobs:
- name: Launch Tests
run : |
cd ../basex/ &&
ls -l &&
cd ../basex/ && ls -l
# TODO : refactoring generic command with variables loke ./bin/basex in the future
./bin/basex ./webapp/dots/tests/launcher.xq
Expand Down

0 comments on commit d8b0563

Please sign in to comment.