From 6834a1d51ee71c0a11ff0427f54f41268969124f Mon Sep 17 00:00:00 2001 From: zramsay Date: Tue, 7 Mar 2023 15:52:43 -0500 Subject: [PATCH] fix --- .github/workflows/test.yml | 5 ++++- scripts/cli-commands-test.sh | 0 2 files changed, 4 insertions(+), 1 deletion(-) mode change 100644 => 100755 scripts/cli-commands-test.sh diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc5cd7f..24360a7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,6 +19,10 @@ jobs: repository: cerc-io/laconicd fetch-depth: 0 ref: main + + - name: Run registry-cli demo commands in registry-cli container + run : ./cli-commands-test.sh + - name: Environment run: ls -tlh && env - name: build registry-cli container @@ -31,7 +35,6 @@ jobs: run: docker compose up laconicd -d - name: Run registry-cli demo commands in registry-cli container - working-directory: laconic-registry-cli/scripts run : ./cli-commands-test.sh - name: stop containers working-directory: laconicd/tests/sdk_tests diff --git a/scripts/cli-commands-test.sh b/scripts/cli-commands-test.sh old mode 100644 new mode 100755