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 6f13de3 commit a23c282
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 @@ -15,7 +15,7 @@ jobs:
with:
java-version: '11' # BaseX requiert Java

- name: CI Init (Download & install BaseX, DoTS folder migration)
- name: Create BaseX-DoTS test environment (Download & install BaseX, DoTS folder migration)
run: |
# TODO: move everything in a init.sh script in the future
cd .. &&
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Launch Tests
run : |
cd ../basex/ && ls -l
# TODO : refactoring generic command with variables loke ./bin/basex in the future
# TODO : refactoring generic command with variables like ./bin/basex in the future
./bin/basex ./webapp/dots/tests/launcher.xq
Expand Down

0 comments on commit a23c282

Please sign in to comment.