Skip to content

Commit

Permalink
Revert "lock chromedriver-version"
Browse files Browse the repository at this point in the history
This reverts commit 46e284d.
  • Loading branch information
nanasess committed Oct 4, 2024
1 parent 1eda9ad commit 7661642
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 37 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ jobs:

- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
with:
# ChromeDriverのバージョンを指定
chromedriver-version: '127.0.6533.119' # 特定のバージョンを指定

- name: Run chromedriver
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deny-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ jobs:
- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
with:
# ChromeDriverのバージョンを指定
chromedriver-version: '127.0.6533.119' # 特定のバージョンを指定

- name: Prepare test
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ jobs:
- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
with:
# ChromeDriverのバージョンを指定
chromedriver-version: '127.0.6533.119' # 特定のバージョンを指定

- name: Run chromedriver
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/e2e-test-throttling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ jobs:
- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
with:
# ChromeDriverのバージョンを指定
chromedriver-version: '127.0.6533.119' # 特定のバージョンを指定

- name: Install fonts
run: sudo apt install fonts-ipafont fonts-ipaexfont
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ jobs:
- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
with:
# ChromeDriverのバージョンを指定
chromedriver-version: '127.0.6533.119' # 特定のバージョンを指定

- name: Install fonts
run: sudo apt install fonts-ipafont fonts-ipaexfont
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ jobs:

- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
with:
# ChromeDriverのバージョンを指定
chromedriver-version: '127.0.6533.119' # 特定のバージョンを指定

- name: Run chromedriver
run: |
Expand Down Expand Up @@ -254,9 +251,6 @@ jobs:

- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
with:
# ChromeDriverのバージョンを指定
chromedriver-version: '127.0.6533.119' # 特定のバージョンを指定

- name: Run chromedriver
run: |
Expand Down Expand Up @@ -406,9 +400,6 @@ jobs:

- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
with:
# ChromeDriverのバージョンを指定
chromedriver-version: '127.0.6533.119' # 特定のバージョンを指定

- name: Run chromedriver
run: |
Expand Down Expand Up @@ -561,9 +552,6 @@ jobs:

- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
with:
# ChromeDriverのバージョンを指定
chromedriver-version: '127.0.6533.119' # 特定のバージョンを指定

- name: Run chromedriver
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/vaddy-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:

- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
with:
# ChromeDriverのバージョンを指定
chromedriver-version: '127.0.6533.119' # 特定のバージョンを指定

- name: "VAddy: install"
working-directory: /tmp
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/vaddy-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:

- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
with:
# ChromeDriverのバージョンを指定
chromedriver-version: '127.0.6533.119' # 特定のバージョンを指定

- name: "VAddy: install"
working-directory: /tmp
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/vaddy/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ runs:

- name: setup-chromedriver
uses: nanasess/setup-chromedriver@master
with:
# ChromeDriverのバージョンを指定
chromedriver-version: '127.0.6533.119' # 特定のバージョンを指定


- name: Install fonts
shell: bash
Expand Down

0 comments on commit 7661642

Please sign in to comment.