diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index be951b90..5102305e 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -27,4 +27,4 @@ jobs: with: imageName: ghcr.io/PRL-PRG/r-compile-server # Change this to be your CI task/script - runCmd: mvn --batch-mode --update-snapshots test \ No newline at end of file + runCmd: cd server; mvn --batch-mode --update-snapshots test \ No newline at end of file