Skip to content

Remove z-index and stacking contexts from list-items #4913

Remove z-index and stacking contexts from list-items

Remove z-index and stacking contexts from list-items #4913

Workflow file for this run

name: Visual Diff
on: pull_request
jobs:
build:
name: Visual Diff
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: Visual Diff Tests
uses: BrightspaceUI/actions/visual-diff@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 }}