Skip to content

Commit 20c24a9

Browse files
committed
Skip tests in the deployment job
Since we're already run all the tests, we don't need to test again. In addition, we do not have PlantUML installed in this job environment, thus, tests would fail.
1 parent 5961dee commit 20c24a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ jobs:
6262
- name: Deploy to GitHub Maven Packages
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
65-
run: mvn -B clean -Pdeploy-github deploy
65+
run: mvn -B clean -Pdeploy-github -DskipTests deploy
6666

6767

0 commit comments

Comments
 (0)