From 9c3697a562e0653762943bc41cbc27acb130d6c1 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:26:25 -0700 Subject: [PATCH] debug --- .github/workflows/maven-linux.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/maven-linux.yaml b/.github/workflows/maven-linux.yaml index 9f38459..18fc102 100644 --- a/.github/workflows/maven-linux.yaml +++ b/.github/workflows/maven-linux.yaml @@ -40,6 +40,10 @@ jobs: run: | sudo SENZING_ACCEPT_EULA=I_ACCEPT_THE_SENZING_EULA apt-get -y install senzingapi-setup sudo apt list | grep senzing + whoami + ls -tlc /opt/senzing + ls -tlc /opt/senzing/data + ls -tlc /opt/senzing/data/templates - name: Build with Maven run: |