Skip to content

tweaks

tweaks #34

Workflow file for this run

name: Build
on: [push]
jobs:
bulid:
runs-on: macOS-11
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12
- name: Screenshot Tests
run: |
yarn install
yarn test
env:
CI: true
- uses: actions/upload-artifact@v2
if: failure()
with:
name: screenshots
path: screenshots/
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}
file: coverage/lcov.info