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 f5c166b commit 11af9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dots-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
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 /home/runner/work/dots/basex/webapp/dots/lib/webapp/dots/tests/data_test/encpos/metadata/ && ls -a
cd ./webapp/dots/lib/webapp/dots/tests/data_test/encpos/metadata/ && ls -a
- name: Start BaseX backend
run : |
cd ../basex/ &&
Expand Down

0 comments on commit 11af9c9

Please sign in to comment.