Skip to content

Commit

Permalink
No longer need to change dirs for make command
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Carino <carino_jade@yahoo.co.uk>
  • Loading branch information
jadecarino committed Jul 29, 2024
1 parent 999d68c commit 3211438
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,7 @@ jobs:
# Invoke the make command to build the go code, run unit tests and gather code coverage stats.
- name: Build Go code with the Makefile
run : |
make all -C cli/
# The above command would have changed directories, now change back.
- name: Change directory
run : |
cd ..
make all
- name: Set up JDK
uses: actions/setup-java@v4
Expand Down

0 comments on commit 3211438

Please sign in to comment.