Skip to content

Commit

Permalink
tests sur la création d'une db projet
Browse files Browse the repository at this point in the history
  • Loading branch information
philippepons committed Mar 14, 2024
1 parent 11af9c9 commit d6331e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dots-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
chmod +x ./bin/basexhttp &&
cp -r ../dots/ ./webapp/ &&
./bin/basex ./webapp/dots/scripts/dots_db_init.xq &&
./bin/basex -b dbName=encpos -b projectDirPath=./webapp/dots/tests/data_test/encpos/ ./webapp/dots/scripts/project_db_init.xq
cd ./webapp/dots/lib/webapp/dots/tests/data_test/encpos/metadata/ && ls -a
./bin/basex -b dbName=encpos -b projectDirPath=/home/runner/work/dots/basex/webapp/dots/tests/data_test/encpos/ ./webapp/dots/scripts/project_db_init.xq
- name: Start BaseX backend
run : |
cd ../basex/ &&
Expand Down

0 comments on commit d6331e6

Please sign in to comment.