Skip to content

chore: synced file(s) with cds-snc/site-reliability-engineering #574

chore: synced file(s) with cds-snc/site-reliability-engineering

chore: synced file(s) with cds-snc/site-reliability-engineering #574

Workflow file for this run

name: CI Build
on:
workflow_dispatch:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Install
run: yarn install
- name: Test
run: yarn test
- name: Build
run: yarn build