Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Stabilize tests (23_1) #28719

Merged
merged 13 commits into from
Jan 16, 2025
Prev Previous commit
Next Next commit
Update chrome version (sync with branch 23_2)
alexslavr committed Jan 15, 2025
commit cc4ed28bc65b221e079e0e055e97becc6b74455f
2 changes: 1 addition & 1 deletion .github/actions/run-qunit-tests/action.yml
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@ runs:
if: ${{ inputs.browser == 'chrome' }}
uses: ./.github/actions/setup-chrome
with:
chrome-version: '120.0.6099.71'
chrome-version: '121.0.6167.160'

- name: Setup Firefox profile
if: ${{ inputs.browser == 'firefox' }}
4 changes: 2 additions & 2 deletions .github/workflows/devextreme_npm_tests.yml
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ jobs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome
with:
chrome-version: '120.0.6099.71'
chrome-version: '121.0.6167.160'

- name: Create directory link
run: cd ../ && ln -s DevExtreme devextreme
@@ -220,7 +220,7 @@ jobs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome
with:
chrome-version: '120.0.6099.71'
chrome-version: '121.0.6167.160'

- name: Use Node.js
uses: actions/setup-node@v3
2 changes: 1 addition & 1 deletion .github/workflows/testcafe_tests.yml
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ jobs:
- name: Setup Chrome
uses: ./.github/actions/setup-chrome
with:
chrome-version: '120.0.6099.71'
chrome-version: '121.0.6167.160'

- name: Use Node.js
uses: actions/setup-node@v3