Skip to content

fix(ui): replace transparent background for Alert #247

fix(ui): replace transparent background for Alert

fix(ui): replace transparent background for Alert #247

Workflow file for this run

name: check pull request
on: pull_request
env:
CI: true
PNPM_CACHE_FOLDER: .pnpm-store
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install
- run: pnpm run lint
- run: pnpm run test
env:
NODE_OPTIONS: --max-old-space-size=8192
test_visual:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/install
- run: pnpm run build-storybook
- run: docker version && docker info
- run: export DOCKER_DEFAULT_PLATFORM=linux/arm64
- run: docker pull yukinying/chrome-headless-browser-stable:latest
- run: export NODE_OPTIONS=--openssl-legacy-provider && pnpm run test:visual
- name: Archive screenshots
if: ${{ failure() }}
uses: actions/upload-artifact@v1
with:
name: loki-screenshots
path: packages/ui/.loki