From c73dc0d92a5c4cf702593ecf77f371590c053c70 Mon Sep 17 00:00:00 2001 From: Michael Shaw Date: Tue, 24 Jan 2023 12:24:34 -0500 Subject: [PATCH] diagnostic env step --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a9ccbf3..06715299 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -90,8 +90,8 @@ jobs: path: "./laconic-sdk/" repository: cerc-io/laconic-sdk fetch-depth: 0 - - Environment: - run: ls -tlh && env + - name: Environment + run: cwd && ls -tlh && env - name: build containers scripts working-directory: tests/sdk_tests run: ./build-laconicd-container.sh && build-sdk-test-container.sh