Update sqlancer-test-pipelines.yml

pull/6697/head
Gokhan Gulbiz 2023-04-13 16:00:15 +03:00 committed by GitHub
parent 09eaba5649
commit 6432024b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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() }}