Skip to content

Added newman test integration. #51

Added newman test integration.

Added newman test integration. #51

Workflow file for this run

name: Deploy to Render
on:
push:
branches:
- dev
permissions:
contents: read
deployments: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Trigger Render Deployment
run: |
curl -X POST "$RENDER_DEPLOY_HOOK"
env:
RENDER_DEPLOY_HOOK: ${{ secrets.RENDER_DEPLOY_HOOK }}