Skip to content

feat: Enhance Cloudflare dynamic DNS update script #26

feat: Enhance Cloudflare dynamic DNS update script

feat: Enhance Cloudflare dynamic DNS update script #26

Workflow file for this run

name: App Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: 'pip' # caching pip dependencies
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install pytest
- name: Run tests
env:
CLOUDFLARE_API_TOKEN: 123 # Use the secret here
run: |
pytest