Skip to content

Commit

Permalink
DEBUG test /w upcoming driver release
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Apr 17, 2022
1 parent 0895920 commit 47bba89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:

- name: Install dependencies
run: |
composer self-update
composer config --global github-oauth.github.com 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
composer update --no-interaction --prefer-dist
- name: Setup Mink test server
Expand Down
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@
"homepage": "http://everzet.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mvorisek/php-webdriver.git"
}
],
"require": {
"php": ">=7.2",
"ext-json": "*",
"behat/mink": "^1.9@dev",
"instaclick/php-webdriver": "^1.4.13"
"instaclick/php-webdriver": "dev-unserialize_for_all_curl_requests as 1.4.14"
},
"require-dev": {
"mink/driver-testsuite": "dev-master",
Expand Down

0 comments on commit 47bba89

Please sign in to comment.