Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Merge pull request #27 from ks6088ts-labs/feature/issue-26_youtube #70

Merge pull request #27 from ks6088ts-labs/feature/issue-26_youtube

Merge pull request #27 from ks6088ts-labs/feature/issue-26_youtube #70

Workflow file for this run

name: test
on: push
jobs:
test:
strategy:
matrix:
python-version: ["3.11"]
poetry-version: ["1.4.2"]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Run CI tests
run: |
make ci-test