Skip to content

Merge pull request #184 from hmcts/fix-crossbrowser-test #873

Merge pull request #184 from hmcts/fix-crossbrowser-test

Merge pull request #184 from hmcts/fix-crossbrowser-test #873

Workflow file for this run

name: CI Checks
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn --version