From c0662cb5f11f6b383dcb5ae988d84ab4457bb5c9 Mon Sep 17 00:00:00 2001 From: Michael Shaw Date: Tue, 24 Jan 2023 12:32:54 -0500 Subject: [PATCH] diagnostic env step does not support cwd --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06715299..ab4a48fb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -91,7 +91,7 @@ jobs: repository: cerc-io/laconic-sdk fetch-depth: 0 - name: Environment - run: cwd && ls -tlh && env + run: ls -tlh && env - name: build containers scripts working-directory: tests/sdk_tests run: ./build-laconicd-container.sh && build-sdk-test-container.sh