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 12, 2024
1 parent 854d78c commit 073ad90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dots-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@ jobs:
run : |
cd ../basex/ &&
ls -l &&
cd ./bin/ &&
ls -l &&
# init db dots
bash ./bin/basex ./webapp/dots/scripts/dots_db_init.xq &&
basex ./webapp/dots/scripts/dots_db_init.xq &&
# TODO : refactoring generic command with variables loke ./bin/basex in the future
./bin/basex ./webapp/dots/tests/launcher.xq
# ./bin/basex ./webapp/dots/tests/launcher.xq
Expand Down

0 comments on commit 073ad90

Please sign in to comment.