Skip to content

Commit

Permalink
[test] change chromdriver install
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat committed Sep 17, 2024
1 parent cdd9de6 commit 60a9b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- pimcore: ~11.2.0
template_tag: v11.0.0
steps:
- uses: nanasess/setup-chromedriver@v2
- uses: actions/checkout@v4
with:
path: lib/test-bundle
Expand Down Expand Up @@ -97,7 +98,6 @@ jobs:
run: mysql -utest -ptest -h127.0.0.1 -e 'CREATE DATABASE dachcom_bundle_test CHARSET=utf8mb4;'

- name: Setup Chromium
uses: nanasess/setup-chromedriver@v2
run: |
chromedriver --url-base=/wd/hub &
Expand Down

0 comments on commit 60a9b3f

Please sign in to comment.