File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.os }}
2020 steps :
2121 - uses : actions/checkout@v2
22- - uses : microsoft/playwright-github-action@v1
2322 - name : Set up JDK 1.8
2423 uses : actions/setup-java@v2
2524 with :
6564 runs-on : ${{ matrix.os }}
6665 steps :
6766 - uses : actions/checkout@v2
68- - uses : microsoft/playwright-github-action@v1
6967 - name : Install Media Pack
7068 if : matrix.os == 'windows-latest'
7169 shell : powershell
10199 runs-on : ubuntu-latest
102100 steps :
103101 - uses : actions/checkout@v2
104- - uses : microsoft/playwright-github-action@v1
105102 - name : Set up JDK 21
106103 uses : actions/setup-java@v2
107104 with :
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@v2
23- - uses : microsoft/playwright-github-action@v1
2423 - name : Download drivers
2524 run : scripts/download_driver.sh
2625 - name : Regenerate APIs
You can’t perform that action at this time.
0 commit comments