Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotych committed Feb 1, 2025
1 parent bf0e2cb commit e26597a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 2.1
jobs:
test_job:
docker:
- image: python:3.8.7
- image: circleci/postgres:13.0
- image: cimg/rust:1.83-node
- image: cimg/postgres:14.2
environment:
POSTGRES_PASSWORD: password
entrypoint: bash
Expand All @@ -18,6 +18,8 @@ jobs:
steps:
- checkout
- run: sudo apt update
- run: psql postgresql://user:password@localhost/mydb?sslmode=require

resource_class: small

run_integration_and_smoke_tests:
Expand Down

0 comments on commit e26597a

Please sign in to comment.