Skip to content

Auto-scan all pages by default; remove --max-pages option; allow DOWN… #6

Auto-scan all pages by default; remove --max-pages option; allow DOWN…

Auto-scan all pages by default; remove --max-pages option; allow DOWN… #6

Workflow file for this run

name: CI - Build and Verify Docker image
on:
push:
branches: [main, master]
jobs:
build-and-verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build Docker image (ci tag)
uses: docker/build-push-action@v4
with:
context: .
push: false
tags: tv-downloader:ci
- name: Run verification inside container
run: |
docker run --rm tv-downloader:ci python scripts/verify_playwright.py