Skip to content

Commit 40f5223

Browse files
committed
Fix pom
1 parent 6b92156 commit 40f5223

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/quarkus-ecosystem-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -e
33

4-
mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install --with-deps"
4+
mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install-deps chromium"
55

66
## Testing using quarkus snapshot + no real platform; just core. Will thus not find platform issues; but will
77
## find core vs code.quarkus issues.

.github/workflows/build.actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
path: ~/.m2/repository
3131
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3232
- name: Ensure browsers are installed
33-
run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install --with-deps"
33+
run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install-deps chromium"
3434
- name: Build
3535
run: |
3636
mvn -e -B -DskipTests=true clean package -Dlib -Dacceptance-test -Dcommunity-app

.github/workflows/release.actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
git config --local user.name "GitHub Action"
6666
6767
- name: Ensure browsers are installed
68-
run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install --with-deps"
68+
run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install-deps chromium"
6969

7070
- name: Maven release ${{steps.metadata.outputs.current-version}}
7171
if: steps.check_changes.outputs.skip == 'false'

web-deps/locker/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>code-quarkus-web-deps-locker</artifactId>
11+
<name>Code Quarkus - Web Dependencies - Locker</name>
1112
<packaging>pom</packaging>
1213

1314
<!-- Locked dependencies (Update with 'mvn io.mvnpm:locker-maven-plugin:LATEST:lock -Dunlocked') -->

0 commit comments

Comments
 (0)