Skip to content

Commit

Permalink
Try to update chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
semkedaniil committed Oct 6, 2023
1 parent c1deaa7 commit 1506a0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: cd ./db-viewer-ui && yarn set version berry && yarn install --immutable

- name: Pull docker images
run: docker pull selenoid/vnc:chrome_84.0
run: docker pull selenoid/vnc:chrome_112.0

- name: Build dotnet
run: dotnet build --configuration Release ./DbViewer.sln
Expand Down
6 changes: 3 additions & 3 deletions .selenoid/browsers.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"chrome": {
"default": "84.0",
"default": "112.0",
"versions": {
"84.0": {
"image": "selenoid/vnc:chrome_84.0",
"112.0": {
"image": "selenoid/vnc:chrome_112.0",
"port": "4444",
"path": "/"
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ See [DbViewerApplication](https://github.com/skbkontur/db-viewer/blob/master/db-

```
# needed for browser tests
docker pull selenoid/vnc:chrome_84.0
docker pull selenoid/vnc:chrome_112.0
# start databases
docker-compose up -d
Expand Down

0 comments on commit 1506a0e

Please sign in to comment.