diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 4c9e06db..e6479008 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -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