Skip to content

feat: Collapsible Panel: Remove title line clamping [GAUD-6356] #1464

feat: Collapsible Panel: Remove title line clamping [GAUD-6356]

feat: Collapsible Panel: Remove title line clamping [GAUD-6356] #1464

Workflow file for this run

name: vdiff
on: pull_request
jobs:
vdiff:
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: Brightspace/third-party-actions@actions/checkout
- uses: Brightspace/third-party-actions@actions/setup-node
with:
node-version-file: .nvmrc
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: vdiff Tests
uses: BrightspaceUI/actions/vdiff@main
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-session-token: ${{ secrets.AWS_SESSION_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
test-timeout: 10000