Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Jun 24, 2022
1 parent 845cfd4 commit 4e000ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,9 @@ jobs:
- run:
name: Migrate DB
command: |
npm -s run migrate
docker run --network mojaloop-net \
--rm mojaloop/als-consent-oracle:local \
sh -c "npm run migrate"
- run:
name: Execute integration tests
command: |
Expand Down

0 comments on commit 4e000ce

Please sign in to comment.