Skip to content

Quick Test

Quick Test #275

Workflow file for this run

name: Quick Test

Check failure on line 1 in .github/workflows/quick-test.yml

View workflow run for this annotation

GitHub Actions / Quick Test

Invalid workflow file

The workflow is not valid. .github/workflows/quick-test.yml: (Line: 12, Col: 35, Idx: 243) - (Line: 12, Col: 60, Idx: 268): While scanning a plain scalar, find unexpected ':'.
on: [workflow_dispatch]
jobs:
tests:
name: Core Test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
run: [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]
command1: [--no-simulate, --extractor-args "youtube:player_client=ios"]
command2: [--no-simulate, --extractor-args "youtube:player_skip=webpage"]
command3: [--no-simualte, --user-agent "com.google.ios.youtube/19.23.3 (iPhone11,6; U; CPU iOS 16_1_1 like Mac OS X; en_AU)"]
steps:
- name: Install test requirements
run: pip install --pre yt-dlp
- name: Run tests
run: |
echo ${{ matrix.run }}
yt-dlp ${{ matrix.command1 }} ${{ matrix.command2 }} ${{ matrix.command3 }} test:youtube test:youtube test:youtube test:youtube test:youtube test:youtube test:youtube test:youtube test:youtube test:youtube