Skip to content

Commit

Permalink
SPARK-58923 Fix the Test GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-andrzejak committed Sep 27, 2023
1 parent 967430c commit 9f8a33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Test
run:
run: |
mvn verify -DskipJarUpload=true -Ddb.port=5432 -Ddocker.skip=true
mvn verify -Dci-stage=integration-tests -DskipJarUpload=true -Ddb.port=5432 -Ddocker.skip=true

0 comments on commit 9f8a33f

Please sign in to comment.