File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 ports :
1414 - 5432:5432
1515 volumes :
16- - tests/sock :/var/run/postgresql
16+ - /var/run :/var/run/postgresql
1717 # needed because the postgres container does not provide a healthcheck
1818 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
1919 steps :
3737 args : --release --test benchmark -- --nocapture
3838 env :
3939 TCP_URL : " postgresql:///postgres?host=localhost&user=postgres&password=postgres"
40- UDS_URL : " postgresql:///postgres?host=tests/sock &user=postgres&password=postgres"
40+ UDS_URL : " postgresql:///postgres?host=/var/run &user=postgres&password=postgres"
Original file line number Diff line number Diff line change 2929 ports :
3030 - 5432:5432
3131 volumes :
32- - tests/sock :/var/run/postgresql
32+ - /var/run :/var/run/postgresql
3333 # needed because the postgres container does not provide a healthcheck
3434 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3535 steps :
5353 args : --out Xml --all --all-features
5454 env :
5555 TCP_URL : " postgresql:///postgres?host=localhost&user=postgres&password=postgres"
56- UDS_URL : " postgresql:///postgres?host=tests/sock &user=postgres&password=postgres"
56+ UDS_URL : " postgresql:///postgres?host=/var/run &user=postgres&password=postgres"
5757 - name : Upload to codecov.io
5858 uses : codecov/codecov-action@v1.0.2
5959 with :
Original file line number Diff line number Diff line change 3737 ports :
3838 - 5432:5432
3939 volumes :
40- - tests/sock :/var/run/postgresql
40+ - /var/run :/var/run/postgresql
4141 # needed because the postgres container does not provide a healthcheck
4242 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
4343 steps :
6262 args : --all --all-features --no-fail-fast -- --nocapture
6363 env :
6464 TCP_URL : " postgresql:///postgres?host=localhost&user=postgres&password=postgres"
65- UDS_URL : " postgresql:///postgres?host=tests/sock &user=postgres&password=postgres"
65+ UDS_URL : " postgresql:///postgres?host=/var/run &user=postgres&password=postgres"
You can’t perform that action at this time.
0 commit comments