Skip to content

Commit

Permalink
Removing duplicated step
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jul 9, 2024
1 parent 8112a1d commit ef37572
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,10 @@ jobs:
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD

- name: Test before release
- name: Build, Test, and locally deploy with Maven
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
run: mvn clean test -Dmaven.javadoc.skip=true
working-directory: java/main

- name: Build with Maven
run: mvn clean install -Dgpg.skip -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn -V
working-directory: java/main

Expand Down

0 comments on commit ef37572

Please sign in to comment.