Skip to content

Commit 6b92156

Browse files
committed
Fix playwright for release
1 parent 2bfacac commit 6b92156

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/quarkus-ecosystem-test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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"
5+
46
## Testing using quarkus snapshot + no real platform; just core. Will thus not find platform issues; but will
57
## find core vs code.quarkus issues.
68
mvn --settings $PWD/.github/quarkus-ecosystem-maven-settings.xml -B clean install -Dlib -Dcommunity-app -Dacceptance-test \

.github/workflows/release.actions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
git config --local user.email "[email protected]"
6565
git config --local user.name "GitHub Action"
6666
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+
6770
- name: Maven release ${{steps.metadata.outputs.current-version}}
6871
if: steps.check_changes.outputs.skip == 'false'
6972
id: maven_release

0 commit comments

Comments
 (0)