Skip to content

Commit

Permalink
ci: use same postgres as production
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Dec 19, 2023
1 parent 4f41462 commit 42c95ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
KNAPSACK_PRO_ENDPOINT: https://api-staging.knapsackpro.com
KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC: 3fa64859337f6e56409d49f865d13fd7
EXTRA_TEST_FILES_DELAY: 10
- image: cimg/postgres:16.1
- image: cimg/postgres:14.7
environment:
POSTGRES_DB: rails-app-with-knapsack_pro_test
POSTGRES_PASSWORD: password
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
KNAPSACK_PRO_ENDPOINT: https://api-staging.knapsackpro.com
KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC: 3fa64859337f6e56409d49f865d13fd7
EXTRA_TEST_FILES_DELAY: 10
- image: cimg/postgres:16.1
- image: cimg/postgres:14.7
environment:
POSTGRES_DB: rails-app-with-knapsack_pro_test
POSTGRES_PASSWORD: password
Expand Down

0 comments on commit 42c95ae

Please sign in to comment.