From c54a7bedb1ee65398d9de656af902dd95a399fcd Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Wed, 1 Jul 2026 13:26:59 -0400 Subject: [PATCH] ci: update `needs` for `final` job --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a423ffb39b..6a176de988 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -421,6 +421,11 @@ jobs: - test_coatjava - test_run-groovy - generate_documentation + - spotbugs + - test_decoder + - test_clara + - test_coatjava_macos + - unit_tests runs-on: ubuntu-latest steps: - name: pass