From e1a6928c3b4961ebb42c34012ebdaa23e9e38f90 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Tue, 5 Sep 2023 18:09:27 +0000 Subject: [PATCH] added lines for debugging --- .github/workflows/automake.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/automake.yaml b/.github/workflows/automake.yaml index ce52a55d..002a272d 100644 --- a/.github/workflows/automake.yaml +++ b/.github/workflows/automake.yaml @@ -11,6 +11,10 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v3 + - name: debug print + run: ls -l + - name: yet another debug print + run: pwd - name: build run: make test - name: Build Docker image