Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaiji authored Feb 3, 2023
1 parent 9c28f4b commit aedf95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# uses: stCarolas/setup-maven@07fbbe97d97ef44336b7382563d66743297e442f
uses: stCarolas/[email protected]
- name: Build package
run: mvn package -Dmaven.test.skip=true -P
run: mvn -DskipTests=true package -P

- name: Login Registry
uses: docker/login-action@v1
Expand Down

0 comments on commit aedf95e

Please sign in to comment.