Skip to content

Commit

Permalink
surrounding json list with an object for generate_github_integration_…
Browse files Browse the repository at this point in the history
…tests_without_db_matrix
  • Loading branch information
tkilias committed Aug 25, 2023
1 parent 3a5fa2a commit b5105b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def generate_github_integration_tests_without_db_matrix_json(session: Session):
@nox.session(python=False)
def generate_github_integration_tests_without_db_matrix(session: Session):
json_str = _generate_github_integration_tests_without_db_matrix()
github_output_definition = f"matrix={json_str}"
github_output_definition = f'matrix={"include": {json_str}}'
print(github_output_definition)


Expand Down

0 comments on commit b5105b3

Please sign in to comment.