Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Dec 3, 2023
1 parent b7610b3 commit 3fa52d2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: docker compose up --detach --wait api fuseki metrics
- name: Test if /info returns a response
run: curl --verbose http://localhost:8080/exist/restxq/v1/info

- name: Add test corpus
run: |
curl \
Expand All @@ -38,9 +37,9 @@ jobs:
curl \
--request POST \
--url http://localhost:8080/exist/restxq/v1/corpora/test \
--user admin:
--header 'Content-Type: application/json'
--data '{"load":true}'
--user admin: \
--header 'Content-Type: application/json' \
--data '{"load": true}'
- name: Test if corpus returns a response
run: curl --verbose http://localhost:8080/exist/restxq/v1/corpora/test
Expand Down

0 comments on commit 3fa52d2

Please sign in to comment.