From 6432024b0c4ed3e8709ece208771027b4e862bcb Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Thu, 13 Apr 2023 16:00:15 +0300 Subject: [PATCH] Update sqlancer-test-pipelines.yml --- .github/workflows/sqlancer-test-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sqlancer-test-pipelines.yml b/.github/workflows/sqlancer-test-pipelines.yml index b33c06f08..c051895f3 100644 --- a/.github/workflows/sqlancer-test-pipelines.yml +++ b/.github/workflows/sqlancer-test-pipelines.yml @@ -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', 9702);" -p 9700 -d test - name: Run Tests - run: CITUS_AVAILABLE=true mvn -Dtest=TestCitus test -fn + run: CITUS_AVAILABLE=true mvn -Dtest=TestCitus test - name: Publish Logs if: ${{ always() }}