Skip to content

YALB-1311 - Bug: Button Link alignment incorrect | YALB-1457 - Bug: Linked email needs link style/treatment | YALB-1480 - Bug: FE: spacing under the button block | YALB-1506 - Bug: Cursor pointer for email copy link #1253

YALB-1311 - Bug: Button Link alignment incorrect | YALB-1457 - Bug: Linked email needs link style/treatment | YALB-1480 - Bug: FE: spacing under the button block | YALB-1506 - Bug: Cursor pointer for email copy link

YALB-1311 - Bug: Button Link alignment incorrect | YALB-1457 - Bug: Linked email needs link style/treatment | YALB-1480 - Bug: FE: spacing under the button block | YALB-1506 - Bug: Cursor pointer for email copy link #1253

Workflow file for this run

name: Test
on:
pull_request:
branches: ['main', 'develop']
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 16.13
- name: Install
run: npm ci
env:
YALESITES_BUILD_TOKEN: ${{ secrets.YALESITES_BUILD_TOKEN }}
- run: npm run test