Skip to content

Commit 8f682b0

Browse files
committed
chore: stop using microsoft/playwright-github-action@v1
1 parent 6e66ee7 commit 8f682b0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
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:
@@ -65,7 +64,6 @@ jobs:
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
@@ -101,7 +99,6 @@ jobs:
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:

.github/workflows/verify_api.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
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

0 commit comments

Comments
 (0)