diff options
| author | omnom62 <omnom62@outlook.com> | 2026-06-11 21:41:54 +1000 |
|---|---|---|
| committer | omnom62 <omnom62@outlook.com> | 2026-06-11 21:41:54 +1000 |
| commit | 002b5dae326378fb9ed988937612871ca7fbbde6 (patch) | |
| tree | d295588a96b1c292fb337813a72985a213cd7fcc | |
| parent | 99ec9c98ab3fbc866677909a15a8ad252cf1618e (diff) | |
| download | rest.vyos-t0000_upstream_3.12_devel_fixes.tar.gz rest.vyos-t0000_upstream_3.12_devel_fixes.zip | |
t8982: assertion fixt0000_upstream_3.12_devel_fixes
| -rw-r--r-- | .github/workflows/tests.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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 }}' - ])" + ]) |
