Skip to content

Commit

Permalink
Merge branch 'main' into dsw-2222-toast-provider-basic-functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
raoufswe authored Jan 3, 2025
2 parents 8665b27 + cf28133 commit 84206ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
browser-tests-components:
needs: [ build-ubuntu-node-20, deploy-storybook ]
if: needs.check-change-type.outputs.web-components-change == 'true' || github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
# Checkout the Repo
- name: Checkout
Expand All @@ -226,7 +226,7 @@ jobs:
uses: ./.github/actions/setup-repo
with:
node-version: 20
os: ubuntu-latest
os: ubuntu-20.04
# Setup Playwright
- name: Setup Playwright
uses: ./.github/actions/setup-playwright
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:

browser-tests-docs:
needs: deploy-docs
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
# Checkout the Repo
- name: Checkout
Expand All @@ -295,7 +295,7 @@ jobs:
uses: ./.github/actions/setup-repo
with:
node-version: 20
os: ubuntu-latest
os: ubuntu-20.04
# Setup Playwright
- name: Setup Playwright
uses: ./.github/actions/setup-playwright
Expand Down

0 comments on commit 84206ab

Please sign in to comment.