Skip to content

Reusable workflow

Reusable workflow #1

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
uses: ./.github/workflows/setup_env.yml
- name: Run tests

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

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
run: |
pytest