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 eda9719 commit 0b508b5
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions .github/workflows/dots-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ on: [push, pull_request]

jobs:
CI-init-basex-dots:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
name: Checkout code

- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: '11' # BaseX requiert Java

- name: CI Init (Download & install BaseX, DoTS folder migration)
run: |
# TODO: move everything in a init.sh script in the future
Expand All @@ -30,14 +26,14 @@ jobs:
Start-basex-backend:
runs-on: ubuntu-latest
needs: CI-init-basex-dots
steps:

- name: Start BaseX backend
run : |
cd ../basex/ &&
./bin/basexhttp &
sleep 2 &&
curl http://localhost:8080 -I
- name: Start BaseX backend
run : |
cd ../basex/ &&
./bin/basexhttp &
sleep 2 &&
curl http://localhost:8080 -I


Expand Down

0 comments on commit 0b508b5

Please sign in to comment.