This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git


The following commit(s) were added to refs/heads/master by this push:
     new d9838081 check needs to also be in build-workflow it seems
d9838081 is described below

commit d983808156c0bab939f0bd5dd9d6be9b9616fa18
Author: Paul King <[email protected]>
AuthorDate: Mon Feb 24 21:13:37 2025 +1000

    check needs to also be in build-workflow it seems
---
 .circleci/config.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 834aa982..634f4cba 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -268,6 +268,7 @@ workflows:
   version: 2
   build-workflow:
     jobs:
+      - check
       - manual
       - dockerised-cross-browser:
           requires:

Reply via email to