Skip to content

Commit

Permalink
Merge pull request #138 from datafuselabs/fix/ci-releasejar
Browse files Browse the repository at this point in the history
fix: skiptests when release jar
  • Loading branch information
hantmac authored Jan 22, 2024
2 parents 381998f + ff901e6 commit 3a3993a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_jar_to_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: maven
# Maven build
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn clean install -DskipTests
# Maven pom version
- name: Set Release version env variable
run: |
Expand Down

0 comments on commit 3a3993a

Please sign in to comment.