Skip to content

Commit

Permalink
feat: Adds integration test execution to the pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofreze committed Mar 3, 2024
1 parent 0a88be8 commit ddc868c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ jobs:
- name: Run database migrations
run: |
docker run --rm -v ${PWD}/db/mysql/migrations:/flyway/sql \
--env-file=config/local.env flyway/flyway:10.8.1 \
--env-file=config/local.env -e FLYWAY_URL=jdbc:mysql://127.0.0.1:3306?useUnicode=yes&characterEncoding=UTF-8 \
flyway/flyway:10.8.1 \
-locations=filesystem:/flyway/sql -schemas=cheap_delivery_adm_test migrate
- name: Run tests
Expand Down

0 comments on commit ddc868c

Please sign in to comment.