From 002b5dae326378fb9ed988937612871ca7fbbde6 Mon Sep 17 00:00:00 2001 From: omnom62 Date: Thu, 11 Jun 2026 21:41:54 +1000 Subject: t8982: assertion fix --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dedbc9e..6858985 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: set([ '${{ needs.changelog.result }}', '${{ needs.sanity.result }}', - '${{ needs.unit-galaxy.result }}' - '${{ needs.ansible-lint.result }}' + '${{ needs.unit-galaxy.result }}', + '${{ needs.ansible-lint.result }}', '${{ needs.unit-source.result }}' - ])" + ]) -- cgit v1.2.3