Skip to content

Not logging restore sources #64

Not logging restore sources

Not logging restore sources #64

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected]
- name: Build
run: yarn
- name: Test
run: yarn test --ci