Skip to content

Commit

Permalink
Add step to verify REST API is up/available for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Mar 17, 2021
1 parent 1115c58 commit 12f8e82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
docker-compose -f ./docker/cli.yml -f ./docker/cli.assetstore.yml run --rm dspace-cli
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)
run: yarn run e2e:ci

Expand Down

0 comments on commit 12f8e82

Please sign in to comment.