File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
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"
5
+
4
6
# # Testing using quarkus snapshot + no real platform; just core. Will thus not find platform issues; but will
5
7
# # find core vs code.quarkus issues.
6
8
mvn --settings $PWD /.github/quarkus-ecosystem-maven-settings.xml -B clean install -Dlib -Dcommunity-app -Dacceptance-test \
Original file line number Diff line number Diff line change 64
64
git config --local user.email "[email protected] "
65
65
git config --local user.name "GitHub Action"
66
66
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"
69
+
67
70
- name : Maven release ${{steps.metadata.outputs.current-version}}
68
71
if : steps.check_changes.outputs.skip == 'false'
69
72
id : maven_release
You can’t perform that action at this time.
0 commit comments