Skip to content

ACS-3918 - v15 modal teleport #281

ACS-3918 - v15 modal teleport

ACS-3918 - v15 modal teleport #281

Workflow file for this run

name: Unit
on:
pull_request:
branches:
- next
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm run lint
- run: npm run unit
- name: Run headless test
uses: GabrielBB/xvfb-action@v1
with:
run: npm run e2e