Skip to content

🩹 Remove  

🩹 Remove   #34

Workflow file for this run

name: Deploy
on:
push:
paths-ignore:
- 'README.md'
- '.gitignore'
branches:
- master
workflow_dispatch:
jobs:
deploy:
name: Deploy to Render
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bahmutov/npm-install@v1
- run: yarn test --ci --coverage
- run: yarn test:e2e --ci --coverage
- run: curl ${{ secrets.RENDER_DEPLOY_HOOK_URL }}