Skip to content

Commit

Permalink
feat: cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenGeo committed Mar 19, 2021
1 parent 2b68d74 commit 576a8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
function prepare() {
echo 'Running prepare test.'
echo 'Running docker-compose up -d ibf-api-service ibf-dashboard ibf-local-db'
docker-compose up -d
docker-compose up -d ibf-api-service ibf-dashboard ibf-local-db'
echo 'docker ps -a'
docker ps -a
echo 'Running database migration'
Expand Down

0 comments on commit 576a8b6

Please sign in to comment.