Skip to content

Commit

Permalink
Change workflows runtime to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Bulyukhin authored and vladbulyukhin committed Jan 24, 2024
1 parent 045f73b commit 29e6390
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

visual-regression:
name: Visual tests
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
publish:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -733,9 +733,9 @@ Visual regression tests use the built version of SDK, so before running them mak
last change you made. You can this using the `npm run build` command or using the `npm run dev` command to start build
in a watch mode.
Please note that the reference screenshots for visual regression tests are created on the `windows-latest` environment,
Please note that the reference screenshots for visual regression tests are created on the `ubuntu-latest` environment,
which is utilized in our GitHub Action workflow for visual tests. It means tests could (and probably will) fail on
another OS. In case the visual regression tests fail during a pull request, and you need to update reference screenshots,
Windows. In case the visual regression tests fail during a pull request, and you need to update reference screenshots,
you can locate the new screenshots in the failed GitHub Action run. Navigate to the Artifacts section (`.loki/current`)
of the failed run to find the updated screenshots.
Expand Down

0 comments on commit 29e6390

Please sign in to comment.