Skip to content

Commit

Permalink
Bump Chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Dec 31, 2022
1 parent c355505 commit 689442d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
meteor create --release ${{ matrix.meteor }} --bare test
cd test
meteor npm i --save selenium-webdriver@3.6.0 chromedriver@2.36.0 simpl-schema@1.13.1 chai
meteor npm i --save selenium-webdriver@3.6.0 chromedriver@2.46.0 simpl-schema@1.13.1 chai
- name: Test
working-directory: ./test
run: METEOR_PACKAGE_DIRS="../" TEST_BROWSER_DRIVER=chrome meteor test-packages --once --driver-package meteortesting:mocha ../

0 comments on commit 689442d

Please sign in to comment.