Skip to content

Module refactor

Module refactor #2

name: test ooniapi/oonirun
on:
push:
branches:
- master
pull_request:
branches:
- "*"
workflow_call:
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install hatch
run: pip install hatch
- name: Run all tests
run: make test-cov
working-directory: ./ooniapi/services/oonirun/
- name: Upload coverage to codecov
uses: codecov/codecov-action@v3
with:

Check failure on line 30 in .github/workflows/test_ooniapi_oonirun.yml

View workflow run for this annotation

GitHub Actions / test ooniapi/oonirun

Invalid workflow file

The workflow is not valid. .github/workflows/test_ooniapi_oonirun.yml (Line: 30, Col: 14): Unexpected value '' .github/workflows/test_ooniapi_oonirun.yml (Line: 31, Col: 9): Unexpected value 'working-directory'
working-directory: ./ooniapi/services/oonirun/