Skip to content

Commit

Permalink
Merge branch 'main' into core-web-vitals
Browse files Browse the repository at this point in the history
  • Loading branch information
sanrai authored Nov 7, 2024
2 parents a52624d + de61214 commit 3e10181
Show file tree
Hide file tree
Showing 13 changed files with 7,332 additions and 3,491 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,19 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Chrome
uses: browser-actions/setup-chrome@v1
with:
chrome-version: 'stable'
- uses: actions/setup-node@v3
with:
node-version: 16.13.1
- name: Install
run: npm ci
- name: Install Matching ChromeDriver
run: |
CHROME_VERSION=$(google-chrome --version | cut -d' ' -f3 | cut -d'.' -f1)
npm install chromedriver@$CHROME_VERSION
- name: E2E
run: npm run test:e2e-prod
run-accessibility-checks:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


## [0.22.4](https://github.com/adobecom/caas/compare/0.22.3...0.22.4) (2024-10-29)

## [0.22.3](https://github.com/adobecom/caas/compare/0.22.2...0.22.3) (2024-10-22)

## [0.22.2](https://github.com/adobecom/caas/compare/0.22.1...0.22.2) (2024-10-17)
Expand Down
2 changes: 1 addition & 1 deletion dist/app.css

Large diffs are not rendered by default.

Loading

0 comments on commit 3e10181

Please sign in to comment.