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 11, 2024
1 parent 71b53a5 commit 4ed04f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dots-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:

- name: Download and Install BaseX
run: |
cd .. && wget https://files.basex.org/releases/10.7/BaseX107.zip && unzip BaseX107.zip && rm -r BaseX107.zip && cd ./basex/ && chmod +x bin/basex && mv ../dots/ ./webapp/ && cd ./webapp && ls -l
cd ..
ls -l
wget https://files.basex.org/releases/10.7/BaseX107.zip
unzip BaseX107.zip && rm -r BaseX107.zip
ls -l

0 comments on commit 4ed04f2

Please sign in to comment.