Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/sass-1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roshaanbajwa authored Jan 20, 2025
2 parents 5f275e5 + 36fa4e9 commit 46d67df
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:

tests:
name: Javascript unit tests
runs-on: ubuntu-latest
# Ubuntu version is currently pinned to 22
# as later versions break tests relying on Chromium
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -53,7 +55,9 @@ jobs:

ui_tests:
name: Visual regression tests
runs-on: ubuntu-latest
# Ubuntu version is currently pinned to 22
# as later versions break tests relying on Chromium
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 46d67df

Please sign in to comment.