From 82bf0dbd49b4f612e2a70d2bc223d24674e6738f Mon Sep 17 00:00:00 2001 From: sokorototo Date: Mon, 25 Sep 2023 21:51:43 +0300 Subject: [PATCH] fixed? --- .github/workflows/test-cli.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-cli.yaml b/.github/workflows/test-cli.yaml index 77c5529d..b47d3f08 100644 --- a/.github/workflows/test-cli.yaml +++ b/.github/workflows/test-cli.yaml @@ -17,7 +17,5 @@ jobs: - uses: actions/checkout@v2 - name: Grant executive permissions to script run: chmod +x ./vach-cli/test_data/test.sh\ - - name: Change into relevant directory - run: cd ./vach-cli/test_data/ - name: Run CLI tests - run: sh ./vach-cli/test_data/test.sh + run: cd ./vach-cli/test_data/ && ./test.sh