Skip to content

Workflow file for this run

name: Test unitaires
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:

Check failure on line 10 in .github/workflows/test_unitaires.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_unitaires.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
qa:
name: Check tests
runs-on: ubuntu-latest
steps:
- name: Checkout on master
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@master
with:
python-version: "3.x"
- name: Install pytest
run: pip install pytest
- name: Run tests
run: test_api.py