File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -e
3
3
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 "
5
5
6
6
# # Testing using quarkus snapshot + no real platform; just core. Will thus not find platform issues; but will
7
7
# # find core vs code.quarkus issues.
Original file line number Diff line number Diff line change 30
30
path : ~/.m2/repository
31
31
key : ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
32
32
- 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 "
34
34
- name : Build
35
35
run : |
36
36
mvn -e -B -DskipTests=true clean package -Dlib -Dacceptance-test -Dcommunity-app
Original file line number Diff line number Diff line change 65
65
git config --local user.name "GitHub Action"
66
66
67
67
- 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 "
69
69
70
70
- name : Maven release ${{steps.metadata.outputs.current-version}}
71
71
if : steps.check_changes.outputs.skip == 'false'
Original file line number Diff line number Diff line change 8
8
<relativePath >../../pom.xml</relativePath >
9
9
</parent >
10
10
<artifactId >code-quarkus-web-deps-locker</artifactId >
11
+ <name >Code Quarkus - Web Dependencies - Locker</name >
11
12
<packaging >pom</packaging >
12
13
13
14
<!-- Locked dependencies (Update with 'mvn io.mvnpm:locker-maven-plugin:LATEST:lock -Dunlocked') -->
You can’t perform that action at this time.
0 commit comments