Update sqlancer-test-pipelines.yml

pull/6697/head
Gokhan Gulbiz 2023-04-13 15:39:53 +03:00 committed by GitHub
parent b086fbeba5
commit 09eaba5649
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 --timeout-seconds 3600 run: CITUS_AVAILABLE=true mvn -Dtest=TestCitus test -fn
- name: Publish Logs - name: Publish Logs
if: ${{ always() }} if: ${{ always() }}