Skip to content

Commit 525dc67

Browse files
committed
.
1 parent 513a9c4 commit 525dc67

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/sqlancer-test-pipelines.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
restore-keys: ${{ runner.os }}-m2-
5454

5555
- name: Build SQLancer
56-
run: mvn -B package -DskipTests=true -f sqlancer/pom.xml
56+
working-directory: sqlancer
57+
run: mvn -B package -DskipTests
5758

5859
- name: Initialize Citus cluster
5960
run: |
@@ -81,17 +82,11 @@ jobs:
8182
gosu circleci psql -c "SELECT * from citus_add_node('localhost', 9701);" -p 9700 -d test
8283
gosu circleci psql -c "SELECT * from citus_add_node('localhost', 9702);" -p 9700 -d test
8384
84-
- name: Dump workspace layout
85-
run: |
86-
pwd
87-
ls -R .
88-
89-
9085
- name: Run SQLancer tests
9186
working-directory: sqlancer
9287
env:
9388
CITUS_AVAILABLE: true
94-
run: mvn -f sqlancer/pom.xml -Dtest=TestCitus test
89+
run: mvn -Dtest=TestCitus test
9590

9691
- name: Publish Logs
9792
if: ${{ always() }}

0 commit comments

Comments
 (0)