Add step to verify REST API is up/available for e2e tests

This commit is contained in:
Tim Donohue
2021-03-17 13:01:15 -05:00
parent 1115c58537
commit 12f8e82aa2

View File

@@ -80,6 +80,9 @@ jobs:
docker-compose -f ./docker/cli.yml -f ./docker/cli.assetstore.yml run --rm dspace-cli docker-compose -f ./docker/cli.yml -f ./docker/cli.assetstore.yml run --rm dspace-cli
docker container ls docker container ls
- name: Check DSpace REST Backend available (for e2e tests)
run: curl http://localhost:8080/server/api
- name: Run e2e tests (integration tests) - name: Run e2e tests (integration tests)
run: yarn run e2e:ci run: yarn run e2e:ci