Skip to content

Commit

Permalink
adding back correct test content
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyLGalles committed Jan 3, 2025
1 parent 190669a commit 06a20db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rules/test_run_actionlint.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def fixture_rule():
def test_rule_on_correct_workflow(rule):
correct_workflow = WorkflowBuilder.build("tests/fixtures/test_workflow.yaml")
result, _ = rule.fn(correct_workflow)
assert result is False
assert result is True


def test_rule_on_incorrect_workflow(rule):
Expand Down

0 comments on commit 06a20db

Please sign in to comment.