Skip to content

Commit

Permalink
faster build
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Jan 5, 2025
1 parent b66c02a commit 1c401be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Dependency Test
run: mvn test -Dtest=org.myrobotlab.framework.DependencyTest -q

- name: Build with Maven
run: mvn clean verify -q -DskipTests
# - name: Build with Maven
# run: mvn clean verify -q -DskipTests

- name: Get next version
id: version
Expand All @@ -36,7 +36,7 @@ jobs:
increment: patch

- name: Package with Maven
run: mvn package -q -DskipTests -Dversion=${{ steps.version.outputs.version }} -q
run: mvn clean package -q -DskipTests -Dversion=${{ steps.version.outputs.version }} -q

- name: Rename Artifact
run: mv target/myrobotlab.zip target/myrobotlab-${{ steps.version.outputs.version }}.zip
Expand Down

0 comments on commit 1c401be

Please sign in to comment.