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 073ad90 commit e3ebf94
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/dots-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
chmod +x ./bin/basex
chmod +x ./bin/basexhttp
cp -r ../dots/ ./webapp/ && cd ./webapp/ && ls -l
# init db dots
./bin/basex ./webapp/dots/scripts/dots_db_init.xq
- name: Start BaseX backend
run : |
Expand All @@ -37,12 +39,8 @@ jobs:
run : |
cd ../basex/ &&
ls -l &&
cd ./bin/ &&
ls -l &&
# init db dots
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 e3ebf94

Please sign in to comment.