Skip to content

Csmccarthy/unit tests #5

Csmccarthy/unit tests

Csmccarthy/unit tests #5

Workflow file for this run

name: pr
on: pull_request
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: '16.20.2'
- run: npm install -g "[email protected]"
shell: bash
- uses: nick-fields/retry@v2
with:
timeout_minutes: 4
max_attempts: 3
retry_on: error
command: yarn install --immutable
- run: yarn jest -u