Skip to content

Downgrade to published webpy version #15

Downgrade to published webpy version

Downgrade to published webpy version #15

Workflow file for this run

name: Test and Deploy
on:
push:
branches:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip'
- run: pip install -r requirements.txt
- run: pytest
- name: Trigger Render Deployment
run: curl "${{ secrets.RENDER_DEPLOY_HOOK }}&ref=${{ github.sha }}"