Skip to content

epso

epso #1672

Workflow file for this run

name: epso
on:
schedule:
- cron: "35 7-19/6 * * *"
workflow_dispatch:
jobs:
tests:
uses: ./.github/workflows/_reusable.yml
with:
playwright-test-cmd: npx playwright test tests/epso.spec.ts --project=firefox
diff-cmd: $(git diff HEAD^ HEAD --name-only --diff-filter=A ':scrapes/epso/*.md' | sed -r 's/(\w+)\/(.*)\.md$/\2/' | xargs | sed -e 's/ /, /g')
secrets:
telegram-to: ${{ secrets.TELEGRAM_TO }}
telegram-token: ${{ secrets.TELEGRAM_TOKEN }}