Skip to content

Commit

Permalink
Fixes Upstream CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joewesch committed Aug 27, 2024
1 parent 2132f74 commit 45bd05b
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 @@ -315,3 +315,8 @@ def wait(context):
def export(context):
"""Export compose configuration to `compose.yaml` file."""
context.run("docker compose convert > compose.yaml", env=_DOCKER_COMPOSE_ENV, pty=True)


@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 45bd05b

Please sign in to comment.