mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Add step to verify REST API is up/available for e2e tests
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user