Skip to content

Test PRs with Netbox feature branch #144

Test PRs with Netbox feature branch

Test PRs with Netbox feature branch #144

Workflow file for this run

---
name: Pull request tests
on:
pull_request:
jobs:
lint:
uses: ./.github/workflows/linter.yml
tests:
uses: ./.github/workflows/tests.yml
feature-tests:
uses: ./.github/workflows/feature-test.yml