From b0ff4362f7fdf402f38b7367bd7b57ce296b5b57 Mon Sep 17 00:00:00 2001 From: Nikolay Petrov Date: Thu, 9 May 2024 09:34:21 -0400 Subject: [PATCH] check if maven is present --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 401dbe5..0adf304 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,8 @@ jobs: 11 distribution: 'temurin' cache: 'maven' + - name: list opt + run: ls -la /opt - name: Verification run: mvn --batch-mode verify env: