Skip to content

πŸ”Š Fix logging a response object #31

πŸ”Š Fix logging a response object

πŸ”Š Fix logging a response object #31

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 }}