Skip to content

test docker

test docker #31

Workflow file for this run

name: Python package

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

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

(Line: 1, Col: 1): Required property is missing: jobs
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
#jobs:
# build:
# runs-on: ubuntu-latest
# strategy:
# fail-fast: true
# matrix:
# python-version: ["3.12"]
# steps:
# - uses: actions/checkout@v6
# with:
# lfs: true
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v6
# with:
# python-version: ${{ matrix.python-version }}
# cache: 'pip'
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# pip install -r requirements.txt pytest pytest-xdist miniwdl
# pip install -e .
#
# - name: Test with pytest
# run: |
# pytest -n auto