Skip to content

Commit f2a17b6

Browse files
authored
devops: install msedge on macosx (microsoft#1581)
1 parent 202bc80 commit f2a17b6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ jobs:
7878
run: scripts/download_driver_for_all_platforms.sh
7979
- name: Build & Install
8080
run: mvn -B install -D skipTests --no-transfer-progress
81+
- name: Install MS Edge
82+
if: matrix.browser-channel == 'msedge' && matrix.os == 'macos-latest'
83+
shell: bash
84+
run: mvn exec:java -e -D exec.mainClass=com.microsoft.playwright.CLI -D exec.args="install msedge" -f playwright/pom.xml
8185
- name: Run tests
8286
run: mvn test --no-transfer-progress --fail-at-end -D org.slf4j.simpleLogger.showDateTime=true -D org.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss
8387
env:

0 commit comments

Comments
 (0)