mirror of https://github.com/citusdata/citus.git
Update sqlancer-test-pipelines.yml
parent
09eaba5649
commit
6432024b0c
|
@ -73,7 +73,7 @@ jobs:
|
||||||
gosu circleci psql -c "SELECT * from citus_add_node('localhost', 9701);" -p 9700 -d test
|
gosu circleci psql -c "SELECT * from citus_add_node('localhost', 9701);" -p 9700 -d test
|
||||||
gosu circleci psql -c "SELECT * from citus_add_node('localhost', 9702);" -p 9700 -d test
|
gosu circleci psql -c "SELECT * from citus_add_node('localhost', 9702);" -p 9700 -d test
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: CITUS_AVAILABLE=true mvn -Dtest=TestCitus test -fn
|
run: CITUS_AVAILABLE=true mvn -Dtest=TestCitus test
|
||||||
|
|
||||||
- name: Publish Logs
|
- name: Publish Logs
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
Loading…
Reference in New Issue