Skip to content

Commit

Permalink
build: the spock tests module does not have any jar, so sign-jar fails
Browse files Browse the repository at this point in the history
only build the module we need to release
  • Loading branch information
gtoison committed Oct 30, 2022
1 parent 5bab9f5 commit 71308b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: GabrielBB/xvfb-action@v1
with:
run: |
mvn -f ./infinitest/pom.xml -B install -P release -Dkeystore-password=${{ secrets.KEYSTORE_PASSWORD }} -Dkeystore-file=../keystore.jks -DskipTests=true
mvn -f ./infinitest/pom.xml -B install -pl infinitest-eclipse,infinitest-intellij -am -P release -Dkeystore-password=${{ secrets.KEYSTORE_PASSWORD }} -Dkeystore-file=../keystore.jks -DskipTests=true
# Upload the plugins artifacts to the release
- name: Get release
Expand Down

0 comments on commit 71308b5

Please sign in to comment.