Skip to content

Commit bf43033

Browse files
committed
Update workflows
1 parent 534f6bc commit bf43033

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
${{ runner.os }}-maven-
2626
${{ runner.os }}-
2727
- name: Run maven build
28-
run: mvn install
28+
run: mvn install -PprettierCheck -Dprettier.nodePath=node -Dprettier.npmPath=npm

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
${{ runner.os }}-
4141
4242
- name: Run maven build
43-
run: mvn verify -s .github/workflows/settings.xml
43+
run: mvn verify -s .github/workflows/settings.xml -PprettierCheck -Dprettier.nodePath=node -Dprettier.npmPath=npm
4444
- name: Sonar Scan
4545
env:
4646
SONAR_TOKEN: ${{ secrets.ENTUR_SONAR_PASSWORD }}
@@ -66,4 +66,4 @@ jobs:
6666
with:
6767
push_to_repo: true
6868
snapshot: false
69-
next_version: ''
69+
next_version: ''

0 commit comments

Comments
 (0)