Skip to content

Improve CI

Improve CI #1

Workflow file for this run

---
name: "Test Pull Request"
# yamllint disable-line rule:truthy
on:
pull_request: {}
jobs:
tests:
uses: "./.github/workflows/run-linters.yml"
with:
db-backend: "postgres"

Check failure on line 10 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / Test Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 10, Col: 19): Invalid input, db-backend is not defined in the referenced workflow.
nautobot-version: "stable"
python-version: "3.11"
tag-prefix: "pr-${{ github.event.pull_request.number }}"