Skip to content

Commit

Permalink
Modified incorrect naming of a step
Browse files Browse the repository at this point in the history
Name of the step was incorrect - we do not enter the directory as part of the step.

Co-authored-by: Jakub Nowakowski <[email protected]>
  • Loading branch information
michalinacienciala and nkuba authored Feb 9, 2021
1 parent 372333d commit a368ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
comment_on_pr: false # turns off commenting on Pull Requests

0 comments on commit a368ae6

Please sign in to comment.