From 3060fbfd3f18f1d65e9514c4676ff38d0cc6fcde Mon Sep 17 00:00:00 2001 From: Dmitrii Sherstobitov Date: Tue, 7 Jan 2025 11:39:20 -0800 Subject: [PATCH] Update is-compiled.yml --- .github/workflows/is-compiled.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/is-compiled.yml b/.github/workflows/is-compiled.yml index 4bb92e29c..ce06ed11f 100644 --- a/.github/workflows/is-compiled.yml +++ b/.github/workflows/is-compiled.yml @@ -14,8 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Precheck - run: echo "$(cd yugabyte && lein run test 2>&1 | grep 'Must be one of')" - id: test + run: cd yugabyte && lein run test 2>&1 | grep 'Must be one of' - name: Check that project is compiled run: echo "lein_run_test_output=$(cd yugabyte && lein run test 2>&1 | grep 'Must be one of')" >> $GITHUB_OUTPUT id: lein_run_test_output