Skip to content

Commit

Permalink
Merge pull request #471 from niaid/fix/test_in_main_branch
Browse files Browse the repository at this point in the history
default to testing in main branch
  • Loading branch information
philipmac authored May 22, 2024
2 parents e2d9e44 + 1601b15 commit 683e3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion em_workflows/test_runner/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def run_tests(git_branch: str) -> str:
log_prints=True,
task_runner=Config.SLURM_EXECUTOR,
)
def pytest_flow(git_branch: str = "dev") -> None:
def pytest_flow(git_branch: str = "main") -> None:
test_report = run_tests.submit(git_branch)
publish_artifact.submit(test_report)

Expand Down

0 comments on commit 683e3d2

Please sign in to comment.