Skip to content

chore: update dependency @spectrum-css/actiongroup to v6.0.0-s2-foundations.16 #8671

chore: update dependency @spectrum-css/actiongroup to v6.0.0-s2-foundations.16

chore: update dependency @spectrum-css/actiongroup to v6.0.0-s2-foundations.16 #8671

Workflow file for this run

name: Playwright Tests
on:
push:
branches: [main, smoke-test]
pull_request:
branches: [main, smoke-test]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- name: Checkout PR branch
uses: actions/checkout@v4
- name: Setup Job and Install Dependencies
uses: ./.github/actions/setup-job
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test projects/documentation/e2e/published.spec.ts
- name: Upload Playwright Report
uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30