Skip to content

🧪 PyTest

🧪 PyTest #158

Workflow file for this run

name: 🧪 PyTest
on:
push:
branches: [main]
# Run tests on PR, prior to merge to main & development
pull_request:
branches: [main]
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:
jobs:
pytest:
uses: hotosm/gh-workflows/.github/workflows/just.yml@3.3.2

Check failure on line 14 in .github/workflows/pytest.yml

View workflow run for this annotation

GitHub Actions / 🧪 PyTest

Invalid workflow file

The workflow is not valid. .github/workflows/pytest.yml (Line: 14, Col: 11): Input environment is required, but not provided while calling.
with:
command: "test"
secrets: inherit