Skip to content

✨ improve: tighten y-padding of dashboard elements #2062

✨ improve: tighten y-padding of dashboard elements

✨ improve: tighten y-padding of dashboard elements #2062

Workflow file for this run

name: test (e2e)
on:
pull_request:
branches:
- main
workflow_dispatch:
workflow_call:
jobs:
build:
strategy:
matrix:
platform:
- ubuntu-latest
node:
- 18.16.1
name: test node@${{matrix.node}}/${{matrix.platform}}
runs-on: ${{matrix.platform}}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup
uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
cache: yarn
- name: yarn
run: yarn
- name: yarn @bud test e2e
run: yarn @bud test e2e