Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/npm_and_yarn/sass-1.83.0
Browse files Browse the repository at this point in the history
roshaanbajwa authored Jan 20, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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
@@ -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

0 comments on commit 46d67df

Please sign in to comment.