Skip to content

Commit

Permalink
Update rendering test based on Ubuntu 24.04 results
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Dec 19, 2024
1 parent 01686ed commit db314c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Clone Repository
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/rendering/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you are not running Linux, the easiest way to generate expected snapshots is
docker run --rm -it \
--mount type=bind,source="$(pwd)",target=/work/ \
--mount type=volume,source=exclude,target=/work/node_modules/ \
mcr.microsoft.com/playwright:v1.22.2-focal bash
mcr.microsoft.com/playwright:v1.49.0-noble bash

cd work
npm install
Expand Down

0 comments on commit db314c4

Please sign in to comment.