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 4802fed1 Make test step add codenarc and doc site build
4802fed1 is described below

commit 4802fed130b977661e9c55aa09afb1d88e8a52a1
Author: Jonny Carter <[email protected]>
AuthorDate: Mon Dec 23 15:25:40 2024 -0600

    Make test step add codenarc and doc site build
---
 .github/workflows/build-test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 9a60c9ea..c8a92e2a 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: Build and test
+name: Build, test, and quality check
 
 on: [push, pull_request]
 
@@ -40,7 +40,7 @@ jobs:
       - name: Check firefox version
         run: /usr/bin/firefox --version
       - name: Build and run tests
-        run: ./gradlew --no-daemon --no-build-cache test
+        run: ./gradlew -Pci --no-daemon --no-build-cache check
         timeout-minutes: 60
       - name: Upload reports
         uses: actions/upload-artifact@v4

Reply via email to