Skip to content

Commit

Permalink
Change directories back
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 619aeff commit 7938ddb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,12 @@ 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 -f cli/Makefile all
make all -C cli/
# The above command would have changed directories, now change back.
- name: Change directory
run : |
cd ..
- name: Set up JDK
uses: actions/setup-java@v4
Expand Down

0 comments on commit 7938ddb

Please sign in to comment.