Skip to content

Commit

Permalink
Merge pull request #227 from nautobot/fix-for-upstream-ci
Browse files Browse the repository at this point in the history
Upstream CI fix
  • Loading branch information
joewesch authored Aug 13, 2024
2 parents 6f06bf0 + 3959f24 commit c70b745
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,3 +327,8 @@ def docs(context, local=INVOKE_LOCAL):
"""Build and serve docs locally for development."""
exec_cmd = "mkdocs serve -v --dev-addr=0.0.0.0:8001"
run_cmd(context, exec_cmd, local, port="8001:8001")


@task
def check_migrations(context):
"""Upstream CI test runs check-migration test, but pynautobot has no migration to be tested; Hence including to pass CI test"""

0 comments on commit c70b745

Please sign in to comment.