Skip to content

Jest

Jest #195

Workflow file for this run

name: Jest
on: [deployment_status]
jobs:
jest:
#if: github.event.deployment_status.state == 'success'
if: ${{ false }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn jest --ci