diff --git a/.github/workflows/client.yml b/.github/workflows/client.yml index 48a007e552..081dedba2e 100644 --- a/.github/workflows/client.yml +++ b/.github/workflows/client.yml @@ -22,7 +22,7 @@ jobs: --tag go-build-env . docker build \ --tag keep-client . - - name: Create and enter test results directory + - name: Create test results directory run: | mkdir -p $GITHUB_WORKSPACE/test-results/ - name: Run Go tests @@ -39,4 +39,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} files: ./test-results/unit-tests.xml check_name: Go Test Results # name under which test results will be presented in GitHub (optional) - comment_on_pr: false # turns off commenting on Pull Requests \ No newline at end of file + comment_on_pr: false # turns off commenting on Pull Requests